From 0f7d2e73f434b2a543ba1a4565813208202c1531 Mon Sep 17 00:00:00 2001 From: Tim Date: Sun, 10 May 2026 09:18:46 +0000 Subject: [PATCH] termux.zshrc aktualisiert --- termux.zshrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/termux.zshrc b/termux.zshrc index 1bdb6d0..fa14487 100644 --- a/termux.zshrc +++ b/termux.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