projects
/
dotfiles.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92f4289
)
Move Go-related envvars to separate section
author
Sergey Matveev <stargrave@stargrave.org>
Wed, 4 Sep 2019 07:54:37 +0000 (10:54 +0300)
committer
Sergey Matveev <stargrave@stargrave.org>
Wed, 4 Sep 2019 07:54:37 +0000 (10:54 +0300)
zsh/.zshenv
patch
|
blob
|
history
diff --git
a/zsh/.zshenv
b/zsh/.zshenv
index 90dc9eeed1ea9d0f382c955313a02530f8f59d84..10ab88ca45ac5c0956944b092b8451f9c8c1942f 100644
(file)
--- a/
zsh/.zshenv
+++ b/
zsh/.zshenv
@@
-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
# }}}