.zshrc: Add test for RVM
This commit is contained in:
parent
709df7306e
commit
ff2994fb10
5
.zshrc
5
.zshrc
@ -92,6 +92,11 @@ if which jenv > /dev/null; then
|
|||||||
eval "$(jenv init -)"
|
eval "$(jenv init -)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Enable ruby version manager if it exists
|
||||||
|
if [[ -s ~/.rvm/scripts/rvm ]];
|
||||||
|
. ~/.rvm/scripts/rvm
|
||||||
|
fi
|
||||||
|
|
||||||
# If a private bin directory exists, add it to PATH
|
# If a private bin directory exists, add it to PATH
|
||||||
[[ -d ~/bin ]] && PATH=$PATH:~/bin
|
[[ -d ~/bin ]] && PATH=$PATH:~/bin
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user