diff --git a/.zshc/func.zsh b/.zshc/func.zsh index be95425..c01941c 100644 --- a/.zshc/func.zsh +++ b/.zshc/func.zsh @@ -126,7 +126,7 @@ function htop btop { function fastfetch ff neofetch nf { if (( $+commands[fastfetch] )); then command fastfetch $@ - elif (( $+commands[neofetch] )); then + elif (( $+commands[neofetch] )); then echo "Warning: fastfetch is not installed, falling back to neofetch." command neofetch $@ else