From fd5c237fd11fbf3715d2b238ebcaa26d45e6898e Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Tue, 5 Aug 2014 22:00:32 -0700 Subject: [PATCH] Use gvm to use go at login --- bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bashrc b/bashrc index 26909f9..afa4008 100644 --- a/bashrc +++ b/bashrc @@ -39,3 +39,5 @@ fi if [ -f /opt/local/etc/profile.d/bash_completion.sh ]; then source /opt/local/etc/profile.d/bash_completion.sh fi +[[ -s ~/.gvm/scripts/gvm ]] && source ~/.gvm/scripts/gvm +gvm use go1.3 >/dev/null