this repo has no description
dotfiles

[zsh] Fix man colors broken in bat

+1
+1
zsh/.zshrc
··· 216 216 if [[ $+commands[bat] -eq 1 ]]; then 217 217 alias cat='bat --paging=never' 218 218 export MANPAGER="sh -c 'col -bx | bat -l man -p'" 219 + export MANROFFOPT='-c' 219 220 fi 220 221 221 222 if [[ -d "$HOME/.perl5/bin" ]]; then