diff --git a/arch.zshrc b/arch.zshrc index 7f08123..f1b3397 100644 --- a/arch.zshrc +++ b/arch.zshrc @@ -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='*?_-.[]~=&;!#$%^(){}<>'