zsh: fix infinite recursion

This commit is contained in:
Timothy DeHerrera 2019-12-15 00:08:38 -07:00
parent 598b90c2bc
commit b1716f9bbe
No known key found for this signature in database
GPG key ID: 8985725DB5B0C122

View file

@ -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