diff options
Diffstat (limited to 'etc/alias/default')
-rw-r--r-- | etc/alias/default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/alias/default b/etc/alias/default index c7a102f..6db69db 100644 --- a/etc/alias/default +++ b/etc/alias/default @@ -29,7 +29,7 @@ alias ifconfig='/sbin/ifconfig' # This is an export, so that also man() and other apps using less as pager get it # clear-screen = much faster scrolling on ttys # RAW-CONTROL-CHARS = Don't produce crap if the file contains ANSI color sequences -export LESS='--silent --clear-screen --RAW-CONTROL-CHARS --quit-if-one-screen --ignore-case --tabs=5' +export LESS='--silent --no-init --clear-screen --RAW-CONTROL-CHARS --quit-if-one-screen --ignore-case --tabs=5' # --classify --human-readable # classify = "/" after dirs, "*" after executables etc |