summaryrefslogtreecommitdiff
path: root/xsh
diff options
context:
space:
mode:
Diffstat (limited to 'xsh')
-rwxr-xr-xxsh4
1 files changed, 0 insertions, 4 deletions
diff --git a/xsh b/xsh
index 35c00c7..9830df1 100755
--- a/xsh
+++ b/xsh
@@ -66,10 +66,6 @@ if [ $# -gt 0 ]; then
prg_opts=$@
fi
-if [ $HOST != "localhost" ]; then
- ssh_opts="-C $ssh_opts"
-fi
-
case `readlink /etc/alternatives/x-terminal-emulator | xargs basename` in
# rxvt*) opts="+sb -sl 500";;
rxvt*) opts="+sb -sl 500 -ls";;