mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Fixed Python path & wrapped in OS conditional
This commit is contained in:
parent
17bab54bff
commit
46e511cc0d
1 changed files with 6 additions and 2 deletions
|
|
@ -79,8 +79,12 @@ export EDITOR='vim'
|
||||||
export POWERLINE_CONFIG_COMMAND='/usr/local/bin/powerline-config'
|
export POWERLINE_CONFIG_COMMAND='/usr/local/bin/powerline-config'
|
||||||
|
|
||||||
export PATH=$PATH:~/.nexustools
|
export PATH=$PATH:~/.nexustools
|
||||||
export PATH=$PATH:/Applications/Araxis\ Merge.app/Contents/Utilities
|
|
||||||
export PATH=$PATH:/usr/local/opt/node@6/bin
|
if [[ `uname` == 'Darwin' ]]; then
|
||||||
|
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
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
# added by travis gem
|
# added by travis gem
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue