chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
165cecf
)
dot/bash_profile: Set the `less' focus line further down the window.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 13 Jul 2013 15:34:40 +0000
(16:34 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 15 Mar 2014 14:32:01 +0000
(14:32 +0000)
Makes it easier to see previous context.
dot/bash_profile
patch
|
blob
|
blame
|
history
diff --git
a/dot/bash_profile
b/dot/bash_profile
index d61a7c38ce968e6d0ebdb1e1a3a36e07a0f4d572..d75c82016800cd1786967c8cd6237ed930657005 100644
(file)
--- a/
dot/bash_profile
+++ b/
dot/bash_profile
@@
-149,7
+149,7
@@
export LC_COLLATE=POSIX LANG
## Pager configuration.
export MDW_PAGER=`type -p less` PAGER=mdw-pager METAMAIL_PAGER=mdw-pager
-export LESS="-iqgRh1FSX"
+export LESS="-iqgRh1
j.3
FSX"
export LESSOPEN="|lesspipe.sh %s"
case "${LC_CTYPE-$LANG}" in
*utf8 | *utf-8 | *UTF8 | *UTF-8) LESSCHARSET=utf-8 ;;