diff options
Diffstat (limited to '.zsh/zshenv/80_go')
-rw-r--r-- | .zsh/zshenv/80_go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.zsh/zshenv/80_go b/.zsh/zshenv/80_go index bcb1c89..b13f255 100644 --- a/.zsh/zshenv/80_go +++ b/.zsh/zshenv/80_go @@ -25,6 +25,8 @@ if [ -d $_GOROOT ] ; then Darwin) export GOOS="darwin";; *) export GOOS="unsupported";; esac + + path_append $_GOROOT/bin fi # vim:ft=zsh |