diff --git a/zsh/dot-zshrc b/zsh/dot-zshrc index 06fa08e..89d3b87 100644 --- a/zsh/dot-zshrc +++ b/zsh/dot-zshrc @@ -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