From a0e20ec4fdd0642cb0d10fba15802d6a0e6c9926 Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Thu, 18 Oct 2012 17:09:55 -0500 Subject: [PATCH] Active rvm if present. --- .bash_profile | 3 +++ 1 file changed, 3 insertions(+) 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"