From ab83497568f84f66f8dfb75e323cef0953290c99 Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Wed, 17 Apr 2013 16:56:08 -0700 Subject: [PATCH] Swap rvm out for rbenv --- .zprofile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.zprofile b/.zprofile index dbcfc99..fb94a39 100644 --- a/.zprofile +++ b/.zprofile @@ -369,8 +369,7 @@ ex () { fi } - -[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function* +eval "$(rbenv init -)" ## Profiling options #unsetopt xtrace #exec 2>&3 3>&-