From c222365b8b5de184bce49d80e5d36e2ce565f248 Mon Sep 17 00:00:00 2001 From: Tim Date: Sun, 10 May 2026 07:38:32 +0000 Subject: [PATCH] bsd.zshrc aktualisiert --- bsd.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsd.zshrc b/bsd.zshrc index 0b77790..1f5fe22 100644 --- a/bsd.zshrc +++ b/bsd.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