1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-07-01 12:50:27 +00:00

[Fix #54] Disable less' alternate screen

This reverts commit 34a5743789.
This commit is contained in:
Sorin Ionescu 2012-03-19 13:41:51 -04:00
parent 6ada262fed
commit 2d0e73c0a7

View File

@ -94,7 +94,7 @@ fi
export LESSCHARSET="UTF-8"
export LESSHISTFILE='-'
export LESSEDIT='vim ?lm+%lm. %f'
export LESS='-F -g -i -M -R -S -w -z-4'
export LESS='-F -g -i -M -R -S -w -X -z-4'
if (( $+commands[lesspipe.sh] )); then
export LESSOPEN='| /usr/bin/env lesspipe.sh %s 2>&-'