X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/ca7933c9f590ab2060f27864d3e17217797168f9..c655b794b4948bda7f6680e9040df11d94549fc5:/dot/bash_profile 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 ;;