summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xtag-zsh/config/zsh/zshenv3
1 files changed, 3 insertions, 0 deletions
diff --git a/tag-zsh/config/zsh/zshenv b/tag-zsh/config/zsh/zshenv
index 0cc65be..5aeb0e7 100755
--- a/tag-zsh/config/zsh/zshenv
+++ b/tag-zsh/config/zsh/zshenv
@@ -1,10 +1,13 @@
 # -*- mode: sh; -*-
+export GOPATH="$HOME/projects/go"
+
 if [[ $defpath == ""  && -d ~/bin ]]
 then
 	defpath=($path)
 	path=(
 		$defpath
 		~/bin
+		$GOPATH/bin
 	)
 	if [[ -d ~/.gem/ruby/*/bin ]]
 	then