From 1ca748f125c31f37bc46d627951e04ac0cc0db5a Mon Sep 17 00:00:00 2001 From: Tim Date: Sun, 10 May 2026 09:19:35 +0000 Subject: [PATCH] multi.zshrc aktualisiert --- multi.zshrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/multi.zshrc b/multi.zshrc index 7e950b2..7e73211 100644 --- a/multi.zshrc +++ b/multi.zshrc @@ -1,3 +1,6 @@ +# Fastfetch +sleep 0.1 && fastfetch --config ~/.config/fastfetch/fastfetch.jsonc + # 1. P10k Instant Prompt (MUSS GANZ OBEN STEHEN) if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" @@ -38,8 +41,6 @@ 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/fastfetch.jsonc # --- History & Options --- HISTSIZE=5000