Not sure when this changed, but at least in Catalina and Mojave, the top of the /etc/paths already contains /usr/local/bin. So the first entry in the .linuxify that you source in .bashrc is unnecessary. For reference, it's this in line 2: export PATH="/usr/local/bin:$PATH".