mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
colored-man-pages: force env
command (#8551)
Invoke `env` via `command` to ignore shell functions and aliases.
This commit is contained in:
parent
ce298d090b
commit
530056d50d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue