1
0
mirror of https://github.com/akelge/zsh synced 2025-07-03 13:09:07 +00:00

Added support for lesspipe.sh

This commit is contained in:
2009-10-13 10:50:22 +00:00
parent 86d3df23fc
commit bc5ab5959c

4
zshrc
View File

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