]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Move Go-related envvars to separate section
authorSergey Matveev <stargrave@stargrave.org>
Wed, 4 Sep 2019 07:54:37 +0000 (10:54 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Wed, 4 Sep 2019 07:54:37 +0000 (10:54 +0300)
zsh/.zshenv

index 90dc9eeed1ea9d0f382c955313a02530f8f59d84..10ab88ca45ac5c0956944b092b8451f9c8c1942f 100644 (file)
@@ -77,12 +77,17 @@ export MANPATH=$HOME/git/share/man:$MANPATH
 # export MANPATH=$HOME/texlive/2017/texmf-dist/doc/man:$MANPATH
 # }}}
 
+# Go related {{{
+export GOCACHE=/tmp/go-cache
+export GOPROXY=direct
+export GOSUMDB=off
+# }}}
+
 # Various {{{
 export SHELL=/bin/zsh
 export EDITOR=vim
 export TZ='Europe/Moscow'
 export IFCONFIG_FORMAT=inet:cidr,inet6:cidr
 export SSH_AUTH_SOCK=$HOME/.ssh/agent
-export GOCACHE=/tmp/go-cache
 export MAILDIR=$HOME/mail
 # }}}