remove some cruft
This commit is contained in:
parent
55a76bcc94
commit
d15abbb0f6
1 changed files with 0 additions and 10 deletions
10
zshrc
10
zshrc
|
|
@ -289,9 +289,6 @@ if is_interactive && command_exists keychain && [[ -d ~/.ssh ]]; then
|
||||||
source $KEYCHAINFILE >/dev/null
|
source $KEYCHAINFILE >/dev/null
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
if is_interactive && command_exists ssh-add && [[ -d ~/.ssh ]]; then
|
|
||||||
ssh-add -A
|
|
||||||
fi
|
|
||||||
|
|
||||||
# 12. rbenv and pyenv
|
# 12. rbenv and pyenv
|
||||||
# ===================
|
# ===================
|
||||||
|
|
@ -308,13 +305,6 @@ fi
|
||||||
[ -f ~/.travis/travis.sh ] && source ~/.travis/travis.sh
|
[ -f ~/.travis/travis.sh ] && source ~/.travis/travis.sh
|
||||||
|
|
||||||
|
|
||||||
# 14. go
|
|
||||||
# ==========
|
|
||||||
if [[ -e $HOME/go ]]; then
|
|
||||||
export GOPATH=$HOME/go
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
# 15. screen
|
# 15. screen
|
||||||
# ====================
|
# ====================
|
||||||
# Automatically attach to a screen session.
|
# Automatically attach to a screen session.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue