From d9ad60b27110cb0c2802c246ac9fe7906bd51669 Mon Sep 17 00:00:00 2001 From: Cyryl Plotnicki-Chudyk Date: Sat, 25 Oct 2014 09:10:01 +0200 Subject: [PATCH] changed torsocked ssh alias to avoid clashes --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 7041cd26..65460ff0 100644 --- a/.zshrc +++ b/.zshrc @@ -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