From 6eb2b6f0d0e23147b5fa1f09aff42f973a346497 Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Mon, 15 Oct 2012 14:53:47 -0700 Subject: [PATCH] Moving rvm line --- .zprofile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zprofile b/.zprofile index 0cb973b..6446576 100644 --- a/.zprofile +++ b/.zprofile @@ -368,8 +368,8 @@ ex () { fi } + +[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function* ## 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*