mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-07-31 06:04:45 +02:00
added by travis gem
This commit is contained in:
parent
7f6cad2c5b
commit
6f1512b80b
1 changed files with 3 additions and 0 deletions
|
|
@ -62,3 +62,6 @@ unsetopt correctall
|
||||||
if [ -e ~/.profile ]; then source ~/.profile; fi
|
if [ -e ~/.profile ]; then source ~/.profile; fi
|
||||||
|
|
||||||
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting
|
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting
|
||||||
|
|
||||||
|
# added by travis gem
|
||||||
|
[ -f /Users/gaetan/.travis/travis.sh ] && source /Users/gaetan/.travis/travis.sh
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue