{{ if lookPath "bat" -}}
#!/usr/bin/env bash
alias batdiff='batdiff --pager=""'
if command -v bat &> /dev/null ; then
alias cat=bat
fi
{{- end }}