Active rvm if present.

This commit is contained in:
Ryan Cavicchioni 2012-10-18 17:09:55 -05:00
parent 4c02d8423b
commit a0e20ec4fd

View File

@ -61,3 +61,6 @@ PS1='\[\e[1;32m\][\u@\h \w] \$\[\e[0m\] '
export EDITOR=vim export EDITOR=vim
PATH=/usr/local/bin:$PATH PATH=/usr/local/bin:$PATH
# This loads RVM into a shell session.
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"