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:
fc2ae05
)
Tone-down man colors
author
Siraaj Khandkar
<siraaj@khandkar.net>
Wed, 25 Mar 2020 19:46:42 +0000
(15:46 -0400)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Wed, 25 Mar 2020 19:46:42 +0000
(15:46 -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
d60b915
..
b84f303
100644
(file)
--- a/
home/lib/login_functions.sh
+++ b/
home/lib/login_functions.sh
@@
-216,11
+216,11
@@
man() {
# us: begin underline
# ue: end underline
- LESS_TERMCAP_md=$'\e[01;3
1
m' \
+ LESS_TERMCAP_md=$'\e[01;3
0
m' \
LESS_TERMCAP_me=$'\e[0m' \
LESS_TERMCAP_so=$'\e[01;44;33m' \
LESS_TERMCAP_se=$'\e[0m' \
- LESS_TERMCAP_us=$'\e[01;3
2
m' \
+ LESS_TERMCAP_us=$'\e[01;3
3
m' \
LESS_TERMCAP_ue=$'\e[0m' \
command man "$@"
}
This page took
0.019089 seconds
and
4
git commands to generate.