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

@@ -11,3 +11,7 @@ fi
unset GPG_AGENT_INFO_PATH
export GPG_TTY=`tty`
# End GPG
export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*