1
0
mirror of https://github.com/akelge/zsh synced 2025-07-04 05:29:06 +00:00
This commit is contained in:
Andrea Mistrali
2021-08-09 16:03:13 +02:00
parent 5f524d9757
commit c5825d2137
14 changed files with 8 additions and 74 deletions

View File

@ -18,7 +18,6 @@ PAGER=/usr/bin/less
export LESS
export PAGER
LESSPIPE=`whence -p lesspipe || whence -p lesspipe.sh`
eval `$LESSPIPE`
LESSOPEN="|lesspipe.sh %s"; export LESSOPEN
# vim: set ts=4 sw=4 tw=0 ft=zsh :