summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/aliases/default5
-rw-r--r--etc/env1
2 files changed, 1 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'
diff --git a/etc/env b/etc/env
index dda7cfd..fe807c1 100644
--- a/etc/env
+++ b/etc/env
@@ -13,6 +13,7 @@ fpath=($ZDIR/functions $ZDIR/completions $fpath)
export EDITOR==vim
export MPD_HOST=saviour
export CALENDAR_DIR=$HOME/stuff
+export LESS='--silent --no-init --clear-screen --RAW-CONTROL-CHARS --quit-if-one-screen --ignore-case --tabs=5'
# Required for various scripts
export HOST