From 537aeb23c61d3f863b953ddf7147001ccfc3baeb Mon Sep 17 00:00:00 2001 From: Tim Date: Sun, 10 May 2026 09:20:14 +0000 Subject: [PATCH] fedora.zshrc aktualisiert --- fedora.zshrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fedora.zshrc b/fedora.zshrc index 9644496..4a1ffc0 100644 --- a/fedora.zshrc +++ b/fedora.zshrc @@ -1,3 +1,6 @@ +# Fastfetch +sleep 0.1 && fastfetch --config ~/.config/fastfetch/fastfetch.jsonc + # --- P10k Instant Prompt --- if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" @@ -25,8 +28,6 @@ zinit cdreplay -q # --- Theme & Fastfetch --- [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh -# Fastfetch erst nach dem Prompt-Setup aufrufen -(( $+commands[fastfetch] )) && fastfetch --config ~/.config/fastfetch/fastfetch.jsonc bindkey -e bindkey "^[[1;5C" forward-word