Add /usr/local/sbin to PATH
Some homebrew formulae, (e.g. [RabbitMQ][1]) link binaries here. [1]: https://github.com/Homebrew/homebrew/blob/master/Library/Formula/rabbitmq.rb
This commit is contained in:
parent
a65b56ddcb
commit
de8543e54f
1 changed files with 1 additions and 1 deletions
2
zshenv
2
zshenv
|
@ -3,7 +3,7 @@ export VISUAL=vim
|
|||
export EDITOR=$VISUAL
|
||||
|
||||
# ensure dotfiles bin directory is loaded first
|
||||
export PATH="$HOME/.bin:/usr/local/bin:$PATH"
|
||||
export PATH="$HOME/.bin:/usr/local/bin:/usr/local/sbin:$PATH"
|
||||
|
||||
# load rbenv if available
|
||||
if which rbenv &>/dev/null ; then
|
||||
|
|
Loading…
Add table
Reference in a new issue