From c28d07b10cfd23b0b5a597d3efbcffe617bd4cd3 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Sat, 28 Dec 2013 12:32:38 -0500 Subject: [PATCH] Disabling the gvm bits in bash (for now?) --- bash_profile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bash_profile b/bash_profile index 858a5b7..148634f 100644 --- a/bash_profile +++ b/bash_profile @@ -70,9 +70,9 @@ _bash_profile_main() { get_ssh_agent get_gpg_agent - _source_if_exists "$HOME/.gvm/scripts/gvm" - _source_if_exists "$HOME/.gvmrc" - _source_if_exists "$HOME/src/gocode/src/.env" + #_source_if_exists "$HOME/.gvm/scripts/gvm" + #_source_if_exists "$HOME/.gvmrc" + #_source_if_exists "$HOME/src/gocode/src/.env" unset _get_hostname unset _source_host_specific_rcfile