summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.zshrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index db476dd..012552d 100644
--- a/.zshrc
+++ b/.zshrc
@@ -19,6 +19,10 @@ if [[ -e "$HOME/.gem/" ]]; then
done
fi
+if [[ -e "$HOME/go/" && -e "$HOME/go/bin" ]]; then
+ export PATH="$HOME/go/bin:$PATH"
+fi
+
# add extra dirs/symlinks to path. allows to separate script bundles into dirs
for _dir in $HOME/bin/extra/*(/N,@N); do
export PATH=$_dir:$PATH