From b4833f7f4d21ee31faa1a1aa373d0e382d1c49ca Mon Sep 17 00:00:00 2001 From: Tim Date: Sun, 10 May 2026 07:38:16 +0000 Subject: [PATCH] arch.zshrc aktualisiert --- arch.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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