update golang settings because defaults are dumb
This commit is contained in:
parent
b874160d66
commit
bbe62e7e11
1 changed files with 2 additions and 0 deletions
2
.bashrc
2
.bashrc
|
@ -1,6 +1,8 @@
|
||||||
set -o vi
|
set -o vi
|
||||||
|
|
||||||
export GOPATH="/home/thrrgilag/go"
|
export GOPATH="/home/thrrgilag/go"
|
||||||
|
export GOTELEMETRY=off
|
||||||
|
export GOTOOLCHAIN=local
|
||||||
export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin
|
export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin
|
||||||
export EDITOR="/usr/bin/nano"
|
export EDITOR="/usr/bin/nano"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue