From 1cd4cc5014bd1e7b8c7c896265baa24a90c2b85c Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 5 Jul 2008 21:11:36 +0200 Subject: etc/alias/default: less: Added --no-init --- etc/alias/default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/alias') 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 -- cgit v1.2.3