diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-21 02:41:35 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-21 02:41:35 +0100 |
commit | 42efa290a7a8ee76ec5575958f191b651d5da18f (patch) | |
tree | 30b10a4fb7e8143d7a866a5d165f60c701faa790 /etc/aliases/default | |
parent | 9ad575417cf3a7ee92fe812a5e8066d992290e06 (diff) |
moved $LESS from aliases to zshenv
Diffstat (limited to 'etc/aliases/default')
-rw-r--r-- | etc/aliases/default | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/etc/aliases/default b/etc/aliases/default index 84cd71b..f5e82e9 100644 --- a/etc/aliases/default +++ b/etc/aliases/default @@ -48,11 +48,6 @@ alias feh='feh --quiet --verbose' # find does globbing itself alias find='noglob find' -# 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 --no-init --clear-screen --RAW-CONTROL-CHARS --quit-if-one-screen --ignore-case --tabs=5' - # Show manuals in all sections alias man='man -a' |