Adding sbin to homebrew path

This commit is contained in:
Dustin Swan
2012-07-23 17:23:40 -05:00
parent 15f3ea9257
commit 46533ec5c7
5 changed files with 5 additions and 4 deletions

2
bashrc
View File

@@ -16,7 +16,7 @@ export P4EDITOR=vi
export SVN_EDITOR=vi
export EDITOR=vim
export PATH="/usr/local/bin:$PATH"
export PATH="/usr/local/bin:/usr/local/sbin:$PATH"
export TERM="xterm-256color"