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

@@ -40,3 +40,5 @@ if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
fi
if [[ -e $HOME/.aliases ]] ; then source $HOME/.aliases ; fi
export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting