From 9651a84b95a10e444cdb5d0fb0558c7cda1ac28b Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 7 Jan 2012 16:18:25 +0000 Subject: [PATCH] dot/bash_profile: Make `less' scroll, not wrap. I find myself turning this on more or less every time I want to read a wide thing, so it makes to make it the default. --- dot/bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot/bash_profile b/dot/bash_profile index 27ed389..764f6b3 100644 --- a/dot/bash_profile +++ b/dot/bash_profile @@ -150,7 +150,7 @@ export LC_COLLATE=POSIX LANG ## Pager configuration. export MDW_PAGER=`type -p less` PAGER=mdw-pager METAMAIL_PAGER=mdw-pager -export LESS="-iqgRh1FX" +export LESS="-iqgRh1FSX" export LESSOPEN="|lesspipe.sh %s" case "${LC_CTYPE-$LANG}" in *utf8 | *utf-8 | *UTF8 | *UTF-8) LESSCHARSET=utf-8 ;; -- 2.11.0