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/env | |
parent | 9ad575417cf3a7ee92fe812a5e8066d992290e06 (diff) |
moved $LESS from aliases to zshenv
Diffstat (limited to 'etc/env')
-rw-r--r-- | etc/env | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |