From f312a9b06acf23a8956dff3722e90b90efb16fb4 Mon Sep 17 00:00:00 2001 From: cswimr Date: Fri, 11 Oct 2024 18:35:38 -0400 Subject: [PATCH] fixed whitespace/indentation mistake --- .zshc/func.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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