home
/
code
/
khome.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c296ca
)
Re-order LESS_TERMCAP_* vars in begin-end order
author
Siraaj Khandkar
<siraaj@khandkar.net>
Wed, 25 Mar 2020 18:16:56 +0000
(14:16 -0400)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Wed, 25 Mar 2020 18:16:56 +0000
(14:16 -0400)
home/lib/login_functions.sh
patch
|
blob
|
blame
|
history
diff --git
a/home/lib/login_functions.sh
b/home/lib/login_functions.sh
index
e75468f
..
d60b915
100644
(file)
--- 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_
u
e=$'\e[0m' \
+ LESS_TERMCAP_
s
e=$'\e[0m' \
LESS_TERMCAP_us=$'\e[01;32m' \
+ LESS_TERMCAP_ue=$'\e[0m' \
command man "$@"
}
This page took
0.03251 seconds
and
4
git commands to generate.