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

Added support for lesspipe

This commit is contained in:
2009-10-13 10:48:16 +00:00
parent ac04ccee84
commit 86d3df23fc

4
zshrc
View File

@ -54,6 +54,10 @@ LESS="-c -x4 -R -MM -PMFile\:?f%f:STDIN. ?BSize\:?B%B:Unk.?B\:?pb%pb\%:Unk.?B\:%
LESSCHARSET=utf-8
READNULLCMD=/usr/bin/less
PAGER=/usr/bin/less
if [ -x =lesspipe ]; then
eval `lesspipe`
fi
EDITOR=vi
PS1="%B%m:%n:%~ %#%b "