diff --git a/zshrc b/zshrc index 6907af1..42fd1b4 100755 --- a/zshrc +++ b/zshrc @@ -307,7 +307,14 @@ fi [ -f ~/.travis/travis.sh ] && source ~/.travis/travis.sh -# 14. screen +# 14. go +# ========== +if [[ -e $HOME/go ]]; then + export GOPATH=$HOME/go +fi + + +# 15. screen # ==================== # Automatically attach to a screen session. function not_in_screen() {