zsh: fix infinite recursion
This commit is contained in:
parent
598b90c2bc
commit
b1716f9bbe
|
@ -94,7 +94,7 @@ man () {
|
|||
LESS_TERMCAP_so=$'\e[01;44;33m' \
|
||||
LESS_TERMCAP_ue=$'\e[0m' \
|
||||
LESS_TERMCAP_us=$'\e[01;32m' \
|
||||
man "$@"
|
||||
command man "$@"
|
||||
}
|
||||
|
||||
# pipe rg into less with colors
|
||||
|
|
Loading…
Reference in a new issue