summaryrefslogtreecommitdiff
path: root/xsh
diff options
context:
space:
mode:
Diffstat (limited to 'xsh')
-rwxr-xr-xxsh6
1 files changed, 0 insertions, 6 deletions
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\""