[bash] fix man page colors on cygwin

This commit is contained in:
Fernando Schauenburg 2018-09-20 20:05:19 +02:00
parent 7ed625cebd
commit 98b7c1532d

1
bashrc
View file

@ -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 "$@"
}