update golang settings because defaults are dumb

This commit is contained in:
Morgan McMillian 2023-02-14 07:14:11 -08:00
parent b874160d66
commit bbe62e7e11

View file

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