route ssh via tor by default, with exception of cygwin
This commit is contained in:
parent
ca03571492
commit
90d7b21bc5
1 changed files with 4 additions and 0 deletions
4
.zshrc
4
.zshrc
|
@ -66,6 +66,8 @@ fi
|
|||
|
||||
if [[ `uname` =~ 'CYGWIN.*' ]]; then
|
||||
export DISPLAY=:0.0
|
||||
else
|
||||
alias ssh="torsocks ssh"
|
||||
fi
|
||||
|
||||
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting
|
||||
|
@ -74,3 +76,5 @@ export PATH=/usr/local/heroku/bin:$PATH
|
|||
export EDITOR="vim"
|
||||
export KEYTIMEOUT=1
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue