Remove gvm from bashrc

main
Buddy Sandidge 10 years ago
parent c615f145d0
commit e4ddec2e98

@ -39,5 +39,3 @@ fi
if [ -f /opt/local/etc/profile.d/bash_completion.sh ]; then if [ -f /opt/local/etc/profile.d/bash_completion.sh ]; then
source /opt/local/etc/profile.d/bash_completion.sh source /opt/local/etc/profile.d/bash_completion.sh
fi fi
[[ -s ~/.gvm/scripts/gvm ]] && source ~/.gvm/scripts/gvm
gvm use go1.3 >/dev/null

Loading…
Cancel
Save