diff --git a/zshrc b/zshrc index 4b620db..61c8b5b 100755 --- a/zshrc +++ b/zshrc @@ -289,9 +289,6 @@ if is_interactive && command_exists keychain && [[ -d ~/.ssh ]]; then source $KEYCHAINFILE >/dev/null fi fi -if is_interactive && command_exists ssh-add && [[ -d ~/.ssh ]]; then - ssh-add -A -fi # 12. rbenv and pyenv # =================== @@ -308,13 +305,6 @@ fi [ -f ~/.travis/travis.sh ] && source ~/.travis/travis.sh -# 14. go -# ========== -if [[ -e $HOME/go ]]; then - export GOPATH=$HOME/go -fi - - # 15. screen # ==================== # Automatically attach to a screen session.