From: Mark Wooding Date: Sat, 10 Feb 2007 21:47:56 +0000 (+0000) Subject: bash_profile: Modify LESS settings. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/337ab1498132b6156846fa2656721b76b02a0b7a bash_profile: Modify LESS settings. In particular, I agree that -F (quit if less than a page) is useful, particularly with Git, and then the terminal-init string is a nuisance, so kill that with -X. --- diff --git a/bash_profile b/bash_profile index 1f0306c..db97ecd 100644 --- a/bash_profile +++ b/bash_profile @@ -135,7 +135,7 @@ export SVNROOT=`__mdw_conf svn-root` export BECOME="--preserve-environment" export PAGER=`type -p less` METAMAIL_PAGER=`type -p less` -export LESS="-iqgRh1" +export LESS="-iqgRh1FX" export LESSOPEN="|lesspipe.sh %s" export LESSCHARSET=latin1 # export MAKEFLAGS="-j4"