From 25e81d4b1220a56a139d72075d1dddb3e6da407e Mon Sep 17 00:00:00 2001 From: Bodaniel Jeanes Date: Sun, 27 Jun 2010 23:35:55 +1000 Subject: [PATCH] Updated RVM inclusion line to be for the latest RVM --- bash/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/common b/bash/common index 3deaf80..c3061dd 100644 --- a/bash/common +++ b/bash/common @@ -10,4 +10,4 @@ source $DOT_FILES/bash/aliases export VCPROMPT=~/.config/misc/vcprompt.py -if [ -f ~/.rvm/bin/rvm ] ; then source ~/.rvm/bin/rvm ; fi +[[ -s $HOME/.rvm/scripts/rvm ]] && source $HOME/.rvm/scripts/rvm