add GOPATH

This commit is contained in:
Sami Samhuri 2017-01-25 21:16:16 -08:00
parent c2e96b44ec
commit 47252cc1a8
No known key found for this signature in database
GPG key ID: F76F41F04D99808F

9
zshrc
View file

@ -307,7 +307,14 @@ fi
[ -f ~/.travis/travis.sh ] && source ~/.travis/travis.sh [ -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. # Automatically attach to a screen session.
function not_in_screen() { function not_in_screen() {