projects
/
dotfiles.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08cdfd2
)
Enable Go environment by default
author
Sergey Matveev <stargrave@stargrave.org>
Fri, 4 Oct 2019 14:52:25 +0000 (17:52 +0300)
committer
Sergey Matveev <stargrave@stargrave.org>
Fri, 4 Oct 2019 14:52:25 +0000 (17:52 +0300)
zsh/.zshenv
patch
|
blob
|
history
diff --git
a/zsh/.zshenv
b/zsh/.zshenv
index 22b4ba1b94e6fe93381dee1ee07482aaf37e5213..de1d7e8fcd28522a07738e19a24ac2ea001e9c69 100644
(file)
--- a/
zsh/.zshenv
+++ b/
zsh/.zshenv
@@
-78,9
+78,11
@@
export MANPATH=$HOME/git/share/man:$MANPATH
# }}}
# Go related {{{
+export PATH=$HOME/work/go/bin:$PATH
export GOCACHE=/tmp/go-cache
export GOPROXY=direct
export GOSUMDB=off
+export GOPATH=$HOME/work/gopath
# }}}
# Various {{{