arch.zshrc aktualisiert

This commit is contained in:
Tim
2026-06-06 18:28:05 +02:00
parent af70f79d56
commit 127d29227c
+1 -7
View File
@@ -1,9 +1,3 @@
# --- P10k Instant Prompt (MUSS GANZ OBEN STEHEN!) ---
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
fi
# Fastfetch (Jetzt nach dem Instant Prompt, damit es den Puffer nicht bricht)
sleep 0.1 && fastfetch --config ~/.config/fastfetch/fastfetch.jsonc
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Za-z}'
@@ -66,7 +60,7 @@ setopt globdots
# --- Environment ---
export EDITOR='nvim'
export VISUAL='nvim'
# export TERM='xterm-256color' <-- GELÖSCHT, damit Alacritty sich nicht verschluckt
export TERM='xterm-256color'
# Entferne das '/' aus der Definition eines Wortes
WORDCHARS='*?_-.[]~=&;!#$%^(){}<>'