termux.zshrc aktualisiert
This commit is contained in:
+3
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user