aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bashrc3
1 files changed, 3 insertions, 0 deletions
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"