diff options
author | Jonas Smedegaard <dr@jones.dk> | 2016-10-21 18:39:21 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2016-10-21 21:58:02 +0200 |
commit | 33a287decef1fe57d74d513ca30a8386ca5d9fe5 (patch) | |
tree | 7ba542d9a5e58a13e864d78029e5bfeab48e729c /xsh | |
parent | f69ba8dc4e7314cbfd92b86cfdc7964a3da2542a (diff) |
Stop tune mc options (nowadays color enabled by default, and slow mode unneeded).
Diffstat (limited to 'xsh')
-rwxr-xr-x | xsh | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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\"" |