From: Sergey Matveev Date: Sat, 5 Oct 2019 13:50:52 +0000 (+0300) Subject: Include Go installed packages executables X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=b6fe45f8f25f4898753c817835feb5df1d6219f5 Include Go installed packages executables --- diff --git a/zsh/.zshenv b/zsh/.zshenv index de1d7e8..34f1d77 100644 --- 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 {{{