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

Resolves: #6237
master
Marcel Siegert 8 years ago committed by Robby Russell
parent 1fca822ab2
commit 63cfade9a4
  1. 2
      plugins/colored-man-pages/colored-man-pages.plugin.zsh

@ -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") \

Loading…
Cancel
Save