colored-man-pages: force `env` command (#8551)

Invoke `env` via `command` to ignore shell functions and aliases.
master
James Wright 6 years ago committed by Marc Cornellà
parent ce298d090b
commit 530056d50d
  1. 2
      plugins/colored-man-pages/colored-man-pages.plugin.zsh

@ -17,7 +17,7 @@ EOF
fi
function colored() {
env \
command env \
LESS_TERMCAP_mb=$(printf "\e[1;31m") \
LESS_TERMCAP_md=$(printf "\e[1;31m") \
LESS_TERMCAP_me=$(printf "\e[0m") \

Loading…
Cancel
Save