Re-order LESS_TERMCAP_* vars in begin-end order
[khome.git] / home / lib / login_functions.sh
index e75468f..d60b915 100644 (file)
@@ -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 "$@"
 }
 
This page took 0.029706 seconds and 4 git commands to generate.