diff --git a/bsd.zshrc b/bsd.zshrc index 4d98fa7..4b10321 100644 --- a/bsd.zshrc +++ b/bsd.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