1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-12 00:40:07 +00:00

Prepend function keyword in colored-man-pages plugin (#6238)

Resolves: #6237
This commit is contained in:
Marcel Siegert 2017-11-07 16:51:38 +01:00 committed by Robby Russell
parent 1fca822ab2
commit 63cfade9a4

View file

@ -16,7 +16,7 @@ EOF
fi
fi
man() {
function man() {
env \
LESS_TERMCAP_mb=$(printf "\e[1;31m") \
LESS_TERMCAP_md=$(printf "\e[1;31m") \