remove some cruft

This commit is contained in:
Sami Samhuri 2017-02-08 14:43:22 -08:00
parent 55a76bcc94
commit d15abbb0f6
No known key found for this signature in database
GPG key ID: F76F41F04D99808F

10
zshrc
View file

@ -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.