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