diff --git a/.bashrc b/.bashrc index 71333db..7f3524f 100644 --- a/.bashrc +++ b/.bashrc @@ -1,6 +1,8 @@ set -o vi export GOPATH="/home/thrrgilag/go" +export GOTELEMETRY=off +export GOTOOLCHAIN=local export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin export EDITOR="/usr/bin/nano"