From a473a096d47e2fbb7f8aa447ed302d488f459c16 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Thu, 27 Dec 2012 23:53:06 -0500 Subject: [PATCH] Conditionally sourcing gvm stuff --- bash_profile | 1 + 1 file changed, 1 insertion(+) diff --git a/bash_profile b/bash_profile index 3226348..92609ee 100644 --- a/bash_profile +++ b/bash_profile @@ -63,6 +63,7 @@ _bash_profile_main() get_gpg_agent eval "$(rbenv init -)" + test -f "$HOME/.gvm/scripts/gvm" && source "$HOME/.gvm/scripts/gvm" unset _get_hostname unset _source_host_specific_rcfile