summaryrefslogtreecommitdiff
path: root/etc/alias
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-07-05 21:11:36 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2008-07-05 21:11:36 +0200
commit1cd4cc5014bd1e7b8c7c896265baa24a90c2b85c (patch)
treeb58076c5d98545ae08ad92323dc684ecd3c7479c /etc/alias
parent0ebac6a0ae4fcb17edf5f1968744747b631ee1d2 (diff)
etc/alias/default: less: Added --no-init
Diffstat (limited to 'etc/alias')
-rw-r--r--etc/alias/default2
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