From d15abbb0f686832bf3446b801b715d1e0d0376c5 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Wed, 8 Feb 2017 14:43:22 -0800 Subject: [PATCH] remove some cruft --- zshrc | 10 ---------- 1 file changed, 10 deletions(-) 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.