From: Siraaj Khandkar Date: Wed, 25 Mar 2020 18:16:56 +0000 (-0400) Subject: Re-order LESS_TERMCAP_* vars in begin-end order X-Git-Url: https://git.xandkar.net/?p=khome.git;a=commitdiff_plain;h=fc2ae05b336ff2adf2569a08b9e66d0be2f7820e Re-order LESS_TERMCAP_* vars in begin-end order --- diff --git a/home/lib/login_functions.sh b/home/lib/login_functions.sh index e75468f..d60b915 100644 --- a/home/lib/login_functions.sh +++ b/home/lib/login_functions.sh @@ -218,10 +218,10 @@ man() { LESS_TERMCAP_md=$'\e[01;31m' \ LESS_TERMCAP_me=$'\e[0m' \ - LESS_TERMCAP_se=$'\e[0m' \ LESS_TERMCAP_so=$'\e[01;44;33m' \ - LESS_TERMCAP_ue=$'\e[0m' \ + LESS_TERMCAP_se=$'\e[0m' \ LESS_TERMCAP_us=$'\e[01;32m' \ + LESS_TERMCAP_ue=$'\e[0m' \ command man "$@" }