added /usr/local/sbin to PATH

This commit is contained in:
Gene Liverman 2017-10-15 09:58:11 -07:00
parent fe97959154
commit e5500219a7

View file

@ -94,6 +94,7 @@ export POWERLINE_CONFIG_COMMAND='/usr/local/bin/powerline-config'
export PATH=$PATH:~/.nexustools export PATH=$PATH:~/.nexustools
if [[ `uname` == 'Darwin' ]]; then if [[ `uname` == 'Darwin' ]]; then
export PATH=$PATH:/usr/local/sbin
export PATH=$PATH:/Applications/Araxis\ Merge.app/Contents/Utilities export PATH=$PATH:/Applications/Araxis\ Merge.app/Contents/Utilities
export PATH="/usr/local/opt/python/libexec/bin:$PATH" export PATH="/usr/local/opt/python/libexec/bin:$PATH"
export PATH=$PATH:/usr/local/opt/node@6/bin export PATH=$PATH:/usr/local/opt/node@6/bin