]> git.donarmstrong.com Git - zsh.git/blobdiff - .zsh/zshenv/80_pagers
add ~/.local/bin to PATH
[zsh.git] / .zsh / zshenv / 80_pagers
index 2f0e7245d5808b3cc8543cdd0e98f9178aa1c764..276c31ac49cf46528765b4b8024f3a6d2a7a0b29 100644 (file)
@@ -1,3 +1,4 @@
+# -*- mode: sh -*-
 # zshenv/80_pagers
 #
 # set a number of default variables related to pagers
@@ -5,12 +6,12 @@
 # Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
 # Released under the terms of the Artistic Licence 2.0
 #
-# Source repository: http://git.madduck.net/v/etc/zsh.git
+# Source repository: git://git.madduck.net/etc/zsh.git
 #
 
 eval `lesspipe 2>/dev/null`
-export LESS='--quit-if-one-screen --no-init --hilite-search --jump-target=.5'
-LESS="$LESS --SILENT"
+LESS='--no-init -R --hilite-search --SILENT'
+export LESS
 
 export LESSHISTFILE=~/.var/less/history
 [[ -d ${LESSHISTFILE%/*} ]] || mkdir --parent ${LESSHISTFILE%/*}