]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Enable Go environment by default
authorSergey Matveev <stargrave@stargrave.org>
Fri, 4 Oct 2019 14:52:25 +0000 (17:52 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 4 Oct 2019 14:52:25 +0000 (17:52 +0300)
zsh/.zshenv

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