diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index da44e7d..362c3e4 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -294,6 +294,9 @@ if (( $+commands[bat] )); then export MANPAGER="sh -c 'col -bx | bat -l man -p'" # And replace cat while we're at it alias cat='bat' + + # According to upstream, "if you have problems add this." I have problems. + export MANROFFOPT="-c" fi # Source Nix if it's installed. Should be done by the WM, but it isn't