Skip to content

Commit

Permalink
[Fix sorin-ionescu#54] Disable less' alternate screen
Browse files Browse the repository at this point in the history
This reverts commit 34a5743.
  • Loading branch information
sorin-ionescu committed Mar 20, 2012
1 parent c06990a commit e550dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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>&-'
Expand Down

0 comments on commit e550dc3

Please sign in to comment.