changed torsocked ssh alias to avoid clashes
This commit is contained in:
parent
caea2aec89
commit
d9ad60b271
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -67,7 +67,7 @@ fi
|
||||||
if [[ `uname` =~ 'CYGWIN.*' ]]; then
|
if [[ `uname` =~ 'CYGWIN.*' ]]; then
|
||||||
export DISPLAY=:0.0
|
export DISPLAY=:0.0
|
||||||
else
|
else
|
||||||
alias ssh="torsocks ssh"
|
alias tssh="torsocks ssh"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting
|
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting
|
||||||
|
|
Loading…
Reference in a new issue