X-Git-Url: http://git.iain.cx/?p=profile.git;a=blobdiff_plain;f=.profile.d%2Fpager.bashrc;h=788da0b516e0e4c199a80963a064981c927f49be;hp=0da0aa8709e259430a758ac76b268365cbbdbf80;hb=a192bc895bf216ea264d57bfd139f2a30a99a808;hpb=afde48fdbf30c96f0dccf36992843daf2fc9062d diff --git a/.profile.d/pager.bashrc b/.profile.d/pager.bashrc index 0da0aa8..788da0b 100644 --- a/.profile.d/pager.bashrc +++ b/.profile.d/pager.bashrc @@ -4,6 +4,7 @@ if [ $? = 0 ]; then export PAGER="less -R" export GIT_PAGER="$PAGER" export LESSCHARSET=utf-8 + export LESS="AWQXdim" # Colours. case $(tput colors) in @@ -13,7 +14,7 @@ if [ $? = 0 ]; then # Bold is blue. export LESS_TERMCAP_md=$'\e[1m\e[38;5;33m' # Standout is yellow. - export LESS_TERMCAP_so=$'\e[1m\e[38;5;226m' + export LESS_TERMCAP_so=$'\e[1m\e[38;5;228m' # Underline is cyan. export LESS_TERMCAP_us=$'\e[0m\e[38;5;38m' ;;