From bc5ab5959ce78ac66505efdb45ce40750a85f057 Mon Sep 17 00:00:00 2001 From: andre Date: Tue, 13 Oct 2009 10:50:22 +0000 Subject: [PATCH] Added support for lesspipe.sh --- zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zshrc b/zshrc index 16bf06f..1074985 100644 --- a/zshrc +++ b/zshrc @@ -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