add GOPATH
This commit is contained in:
parent
c2e96b44ec
commit
47252cc1a8
1 changed files with 8 additions and 1 deletions
9
zshrc
9
zshrc
|
|
@ -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() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue