From ead553a86f1cd7307f3692648595402fad09e3aa Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Mon, 21 May 2012 15:24:57 +0200 Subject: [PATCH] Add rvm stuff to zprofile --- .zprofile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zprofile b/.zprofile index d36e00e..188a200 100644 --- a/.zprofile +++ b/.zprofile @@ -374,3 +374,5 @@ ex () { ## Profiling options #unsetopt xtrace #exec 2>&3 3>&- + +[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*