diff --git a/profiles/develop/zsh/zshrc b/profiles/develop/zsh/zshrc index 3687369b..c5dd877b 100644 --- a/profiles/develop/zsh/zshrc +++ b/profiles/develop/zsh/zshrc @@ -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