changed torsocked ssh alias to avoid clashes

This commit is contained in:
Cyryl Plotnicki-Chudyk 2014-10-25 09:10:01 +02:00
parent caea2aec89
commit d9ad60b271

2
.zshrc
View file

@ -67,7 +67,7 @@ fi
if [[ `uname` =~ 'CYGWIN.*' ]]; then
export DISPLAY=:0.0
else
alias ssh="torsocks ssh"
alias tssh="torsocks ssh"
fi
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting