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