From df43ce80aa526fc79ae4e6b17a91cba2b688b4a4 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Sat, 8 Oct 2011 16:34:44 +0200 Subject: Loading RVM into a shell session as a function --- bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bashrc b/bashrc index a40dd95..3359447 100644 --- a/bashrc +++ b/bashrc @@ -22,3 +22,6 @@ export KDEV=/home/mssola/Projects/kdevelop export RUBY=$KDEV/kdev-ruby PATH=$KDEV_DIR/bin:$PATH + +# Load RVM into a shell session *as a function* +[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" -- cgit v1.2.3