zsh: Fix bat command availability check

This commit is contained in:
2025-09-13 19:37:31 +02:00
parent 881f99ef16
commit b35b35731b

View File

@@ -55,7 +55,7 @@ export EDITOR=nvim
alias cl="clear"
if (( $+commands[hash] )); then
if (( $+commands[bat] )); then
export BAT_THEME="gruvbox-dark"
alias cat=bat
fi