diff options
-rw-r--r-- | .zshrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |