diff --git a/multi.zshrc b/multi.zshrc index 91d0069..7e950b2 100644 --- a/multi.zshrc +++ b/multi.zshrc @@ -39,7 +39,7 @@ zinit cdreplay -q # 5. 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