pkill37 / linuxify

🍏🐧 Transparently transform the macOS CLI into a fresh GNU/Linux CLI experience.
MIT License
888 stars 69 forks source link

Duplicate entry in path #24

Open bengaywins opened 4 years ago

bengaywins commented 4 years ago

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".

pkill37 commented 3 years ago

Thanks! I'm rewriting the script and will take this in consideration.