load rvm in zshenv

This commit is contained in:
James Walker 2013-10-25 18:03:36 -04:00
parent 13ab28e412
commit bbf2631dd7

View File

@ -13,3 +13,4 @@ export CVS_RSH=ssh
#export CVSROOT=/home/cvs
[ -f $HOME/.environment ] && . $HOME/.environment
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*