Added support for lesspipe.sh

This commit is contained in:
Andrea Mistrali 2009-10-13 10:50:22 +00:00
parent 86d3df23fc
commit bc5ab5959c
1 changed files with 4 additions and 0 deletions

4
zshrc
View File

@ -57,6 +57,10 @@ PAGER=/usr/bin/less
if [ -x =lesspipe ]; then if [ -x =lesspipe ]; then
eval `lesspipe` eval `lesspipe`
fi fi
if [ -x =lesspipe.sh ]; then
eval `lesspipe.sh`
fi
EDITOR=vi EDITOR=vi