[bash] fix man page colors on cygwin
This commit is contained in:
parent
7ed625cebd
commit
98b7c1532d
1 changed files with 1 additions and 0 deletions
1
bashrc
1
bashrc
|
@ -237,6 +237,7 @@ man() {
|
|||
LESS_TERMCAP_se=$'\e[0m' \
|
||||
LESS_TERMCAP_me=$'\e[0m' \
|
||||
LESS_TERMCAP_ue=$'\e[0m' \
|
||||
GROFF_NO_SGR=1 \
|
||||
man "$@"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue