From ff9ebddadf6d74f50a8a3f854f4156beded22fc4 Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Fri, 23 Dec 2011 23:38:57 -0600 Subject: [PATCH] .bash_profile: RVM init --- .bash_profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bash_profile b/.bash_profile index fbd7e74..d963b4c 100644 --- a/.bash_profile +++ b/.bash_profile @@ -14,3 +14,6 @@ test -n "$keychain" && { fi } unset keychain + +# Load RVM function +[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" -- 2.43.0