diff --git a/bashrc b/bashrc index afa4008..26909f9 100644 --- a/bashrc +++ b/bashrc @@ -39,5 +39,3 @@ 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