Re: [Fish-users] Rearranging my $PATH

2013-07-04 Thread Chris Wright
set -x PATH /sbin /usr/sbin /bin /usr/local/sbin /usr/sbin /usr/local/bin /usr/bin Should do the trick. Put it in ~/.config/fish/config.fish and Bob's your uncle. Rearrange as necessary, though I'd be leery of overriding /sbin and /bin. 2013/7/4 Robert Carpenter > Hey Fish Users, > > My $PATH

[Fish-users] Rearranging my $PATH

2013-07-04 Thread Robert Carpenter
Hey Fish Users, My $PATH has the following: /usr/bin /bin /usr/sbin /sbin /usr/local/bin I've recently upgraded my git, and homebrew links it into /usr/local/bin, but the system git, which is installed in /usr/bin is still activated when I execute a git command. Homebrew has been warning me about