Use gvm to use go at login

Buddy Sandidge 11 years ago
parent e6804c27d9
commit fd5c237fd1

@ -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

Loading…
Cancel
Save