multi.zshrc aktualisiert
This commit is contained in:
+3
-2
@@ -1,3 +1,6 @@
|
||||
# Fastfetch
|
||||
sleep 0.1 && fastfetch --config ~/.config/fastfetch/fastfetch.jsonc
|
||||
|
||||
# 1. 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"
|
||||
@@ -38,8 +41,6 @@ zinit cdreplay -q
|
||||
|
||||
# 5. Theme & Fastfetch
|
||||
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
||||
# Fastfetch erst nach dem Prompt-Setup aufrufen
|
||||
(( $+commands[fastfetch] )) && fastfetch --config ~/.config/fastfetch/fastfetch.jsonc
|
||||
|
||||
# --- History & Options ---
|
||||
HISTSIZE=5000
|
||||
|
||||
Reference in New Issue
Block a user