]> git.donarmstrong.com Git - zsh.git/blobdiff - .zsh/zshenv/80_pagers
put LESS on one line
[zsh.git] / .zsh / zshenv / 80_pagers
index 5db7efc361345d2cd58d66d65d58f598a3cd4d83..399cd386294aa7e5a662989c1a595490eb644a83 100644 (file)
@@ -9,8 +9,8 @@
 #
 
 eval `lesspipe 2>/dev/null`
-export LESS="--quit-if-one-screen --hilite-search --jump-target=.5"
-LESS="$LESS --SILENT --hilite-unread"
+LESS='--quit-if-one-screen --no-init --hilite-search --jump-target=.5 --SILENT'
+export LESS
 
 export LESSHISTFILE=~/.var/less/history
 [[ -d ${LESSHISTFILE%/*} ]] || mkdir --parent ${LESSHISTFILE%/*}