diff --git a/arch.zshrc b/arch.zshrc index 12c23d1..df0bd93 100644 --- a/arch.zshrc +++ b/arch.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