dot-files/bat/.config/zsh/zshrc.d/bat.zsh

4 lines
59 B
Bash

if command -v bat &> /dev/null ; then
alias cat=bat
fi