debian.zshrc aktualisiert

This commit is contained in:
Tim
2026-05-10 09:20:26 +00:00
parent 537aeb23c6
commit 841e0e972d
+3 -2
View File
@@ -1,3 +1,6 @@
# Fastfetch
sleep 0.1 && fastfetch --config ~/.config/fastfetch/fastfetch.jsonc
# --- P10k Instant Prompt --- # --- P10k Instant Prompt ---
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
@@ -25,8 +28,6 @@ zinit cdreplay -q
# --- Theme & Fastfetch --- # --- Theme & Fastfetch ---
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
# Fastfetch erst nach dem Prompt-Setup aufrufen
(( $+commands[fastfetch] )) && fastfetch --config ~/.config/fastfetch/fastfetch.jsonc
bindkey -e bindkey -e
bindkey "^[[1;5C" forward-word bindkey "^[[1;5C" forward-word