From 33a287decef1fe57d74d513ca30a8386ca5d9fe5 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 21 Oct 2016 18:39:21 +0200 Subject: Stop tune mc options (nowadays color enabled by default, and slow mode unneeded). --- xsh | 6 ------ 1 file changed, 6 deletions(-) (limited to 'xsh') diff --git a/xsh b/xsh index 32a906f..41270cf 100755 --- a/xsh +++ b/xsh @@ -109,12 +109,6 @@ else prg_opts_remote="$prg_opts" fi -# Special cases for specific programs -case $prg_base in - # Force Midnight Commander colors and support slow connections - mc) prg_opts_local="-c $prg_opts_local"; prg_opts_remote="-s -c $prg_opts_remote";; -esac - prg_local="$prg_base $prg_opts_local" prg_remote="bash --login -i -c \"$prg_base $prg_opts_remote\"" prg_remote_suu="echo -n 'Changing to root...: '; su $su_opts -c \"cd; $prg_base $prg_opts_remote\"" -- cgit v1.2.3