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