]> Sergey Matveev's repositories - dotfiles.git/blobdiff - zsh/.zsh/env/010go.zsh
Splitted zsh rc files
[dotfiles.git] / zsh / .zsh / env / 010go.zsh
diff --git a/zsh/.zsh/env/010go.zsh b/zsh/.zsh/env/010go.zsh
new file mode 100644 (file)
index 0000000..11ef3ff
--- /dev/null
@@ -0,0 +1,5 @@
+export GOCACHE=/tmp/go-cache
+export GOPROXY=off
+export GOSUMDB=off
+export GOPATH=~/work/gopath
+path=($GOPATH/bin ~/work/go/bin $path)