summaryrefslogtreecommitdiff
path: root/xsh
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2016-10-21 18:39:21 +0200
committerJonas Smedegaard <dr@jones.dk>2016-10-21 21:58:02 +0200
commit33a287decef1fe57d74d513ca30a8386ca5d9fe5 (patch)
tree7ba542d9a5e58a13e864d78029e5bfeab48e729c /xsh
parentf69ba8dc4e7314cbfd92b86cfdc7964a3da2542a (diff)
Stop tune mc options (nowadays color enabled by default, and slow mode unneeded).
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\""