projects
/
dotfiles.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ed3f9f
)
Include Go installed packages executables
author
Sergey Matveev <stargrave@stargrave.org>
Sat, 5 Oct 2019 13:50:52 +0000 (16:50 +0300)
committer
Sergey Matveev <stargrave@stargrave.org>
Sat, 5 Oct 2019 13:50:52 +0000 (16:50 +0300)
zsh/.zshenv
patch
|
blob
|
history
diff --git
a/zsh/.zshenv
b/zsh/.zshenv
index de1d7e8fcd28522a07738e19a24ac2ea001e9c69..34f1d774ec8e42d62bb8641952a026d2e721b730 100644
(file)
--- a/
zsh/.zshenv
+++ b/
zsh/.zshenv
@@
-83,6
+83,7
@@
export GOCACHE=/tmp/go-cache
export GOPROXY=direct
export GOSUMDB=off
export GOPATH=$HOME/work/gopath
+export PATH=$HOME/work/gopath/bin:$PATH
# }}}
# Various {{{