diff --git a/arch.zshrc b/arch.zshrc index b6973af..eb6aaae 100644 --- a/arch.zshrc +++ b/arch.zshrc @@ -33,7 +33,7 @@ zinit cdreplay -q # --- Theme & Fastfetch --- [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh # Fastfetch erst nach dem Prompt-Setup aufrufen -(( $+commands[fastfetch] )) && fastfetch --config ~/.config/fastfetch/config.jsonc +(( $+commands[fastfetch] )) && fastfetch --config ~/.config/fastfetch/fastfetch.jsonc # --- History & Options --- HISTSIZE=5000