Remove SSH hacks that break things.

This commit is contained in:
David Tomaschik
2016-02-12 14:46:59 -08:00
parent dfc1021cba
commit 20581f766f
3 changed files with 8 additions and 3 deletions

View File

@@ -31,9 +31,6 @@ zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS}
# Load oh-my-zsh
if [ -d $HOME/.oh-my-zsh ] ; then
# Override gnome-keyring
unset SSH_AUTH_SOCK
unset SSH_AGENT_PID
ZSH=$HOME/.oh-my-zsh
ZSH_THEME="matir"
ZSH_CUSTOM="$HOME/.zsh_custom"
@@ -57,3 +54,5 @@ fi
# Load any local settings
if [ -e $HOME/.zshrc.local ] ; then source $HOME/.zshrc.local ; fi
export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting