tscp alias
This commit is contained in:
parent
3708c5d389
commit
999784a7d1
1 changed files with 1 additions and 0 deletions
1
.zshrc
1
.zshrc
|
@ -41,6 +41,7 @@ if [[ `uname` =~ 'CYGWIN.*' ]]; then
|
|||
export DISPLAY=:0.0
|
||||
else
|
||||
alias tssh="torsocks ssh"
|
||||
alias tscp="torsocks scp"
|
||||
fi
|
||||
|
||||
# env vars
|
||||
|
|
Loading…
Reference in a new issue