mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
added /usr/local/sbin to PATH
This commit is contained in:
parent
ddbef8ce2f
commit
b075f047d6
1 changed files with 1 additions and 0 deletions
|
|
@ -86,6 +86,7 @@ export POWERLINE_CONFIG_COMMAND='/usr/local/bin/powerline-config'
|
|||
export PATH=$PATH:~/.nexustools
|
||||
|
||||
if [[ `uname` == 'Darwin' ]]; then
|
||||
export PATH=$PATH:/usr/local/sbin
|
||||
export PATH=$PATH:/Applications/Araxis\ Merge.app/Contents/Utilities
|
||||
export PATH="/usr/local/opt/python/libexec/bin:$PATH"
|
||||
export PATH=$PATH:/usr/local/opt/node@6/bin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue