linuxify
linuxify copied to clipboard
Duplicate entry in path
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".
Thanks! I'm rewriting the script and will take this in consideration.