diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-07-05 21:11:36 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-07-05 21:11:36 +0200 |
commit | 1cd4cc5014bd1e7b8c7c896265baa24a90c2b85c (patch) | |
tree | b58076c5d98545ae08ad92323dc684ecd3c7479c /etc/alias/default | |
parent | 0ebac6a0ae4fcb17edf5f1968744747b631ee1d2 (diff) |
etc/alias/default: less: Added --no-init
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 |