[Fish-users] Proper way to put /usr/local/bin before /usr/bin/ in $PATH
Status: Beta
Brought to you by:
liljencrantz
|
From: Jesse A. <jes...@me...> - 2013-08-22 19:42:31
|
There's been a lot of discussion of how to properly set $PATH. $fish_user_paths works but only if you want to append to the $PATH. I use Homebrew to keep git, MySql, and many other formula's up-to-date. If I add /usr/local/bin/ to $fish_user_paths it appends and Fish still uses the git version located in /usr/bin/ which is the OS X default installed and out-of-date version. What's the proper way to prepend to $PATH so that your Homebrew formulas take precedence? — Jesse Atkinson jes...@me... |