]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Include Go installed packages executables
authorSergey Matveev <stargrave@stargrave.org>
Sat, 5 Oct 2019 13:50:52 +0000 (16:50 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sat, 5 Oct 2019 13:50:52 +0000 (16:50 +0300)
zsh/.zshenv

index de1d7e8fcd28522a07738e19a24ac2ea001e9c69..34f1d774ec8e42d62bb8641952a026d2e721b730 100644 (file)
@@ -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 {{{