summaryrefslogtreecommitdiff
path: root/xsh
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2016-10-22 00:48:22 +0200
committerJonas Smedegaard <dr@jones.dk>2016-10-22 00:48:22 +0200
commit66bfa9d1afe3381e8e09ed9470328841d0c38714 (patch)
tree2e70e990d3f6d7904f8453abcbd09312b0f7385f /xsh
parent521f599f0fc47d42c401f182e4bf9240ed300de7 (diff)
Drop SSH compression handling (better done in ssh config).
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";;