mirror of https://github.com/akelge/vim
Fix for lesspipe{.sh} different name
This commit is contained in:
parent
663b0e8fba
commit
9f88a3f234
|
@ -1,4 +1,4 @@
|
||||||
#setopt ALL_EXPORT
|
# setopt ALL_EXPORT
|
||||||
|
|
||||||
setopt ALWAYS_TO_END
|
setopt ALWAYS_TO_END
|
||||||
setopt APPEND_HISTORY
|
setopt APPEND_HISTORY
|
||||||
|
|
|
@ -14,7 +14,7 @@ LESS="-c -x4 -R -MM -PMFile\:?f%f:STDIN. ?BSize\:?B%B:Unk.?B\:?pb%pb\%:Unk.?B\:%
|
||||||
LESSCHARSET=utf-8
|
LESSCHARSET=utf-8
|
||||||
READNULLCMD=/usr/bin/less
|
READNULLCMD=/usr/bin/less
|
||||||
PAGER=/usr/bin/less
|
PAGER=/usr/bin/less
|
||||||
LESSOPEN="|lesspipe.sh %s"; export LESSOPEN
|
|
||||||
|
|
||||||
export LESS
|
export LESS
|
||||||
|
export PAGER
|
||||||
# vim: set ts=4 sw=4 tw=0 ft=zsh :
|
# vim: set ts=4 sw=4 tw=0 ft=zsh :
|
||||||
|
|
|
@ -20,7 +20,7 @@ function venv {
|
||||||
echo "PROJECT_HOME: $PROJECT_HOME"
|
echo "PROJECT_HOME: $PROJECT_HOME"
|
||||||
echo
|
echo
|
||||||
echo "Virtualenvs:"
|
echo "Virtualenvs:"
|
||||||
lsvirtualenv
|
lsvirtualenv -b
|
||||||
echo
|
echo
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue