chiark / gitweb /
dot/bash_profile: Make `less' scroll, not wrap.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 7 Jan 2012 16:18:25 +0000 (16:18 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 7 Jan 2012 16:23:14 +0000 (16:23 +0000)
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

index 27ed389aedc92bd4bb7ad1e7a7adba1ecbdecf11..764f6b39a3149bf1496adfad00957e527bf8b48f 100644 (file)
@@ -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 ;;