From 66bfa9d1afe3381e8e09ed9470328841d0c38714 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 22 Oct 2016 00:48:22 +0200 Subject: Drop SSH compression handling (better done in ssh config). --- xsh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'xsh') 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";; -- cgit v1.2.3