diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index b8f9cb9..49175cb 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -286,6 +286,8 @@ fi # Use bat as a man pager if it's available 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' fi ############################