From aeedbb8e3e867d83fb15e31ac098420ec842fac5 Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Sun, 3 Jan 2021 15:42:58 +0100 Subject: [PATCH] stuff --- zsh/rc.zsh | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/zsh/rc.zsh b/zsh/rc.zsh index 72b46aa..05e3335 100644 --- a/zsh/rc.zsh +++ b/zsh/rc.zsh @@ -86,15 +86,13 @@ zinit ice wait lucid; zinit light "asdf-vm/asdf" zinit ice wait lucid; zinit light "b4b4r07/emoji-cli" # syntax highlighting -zpcompinit -zinit ice wait lucid atinit"zpcdreplay -q"; zinit light "zsh-users/zsh-syntax-highlighting" +zinit ice wait lucid atinit"ZINIT[COMPINIT_OPTS]=-C; zpcompinit; zpcdreplay"; zinit light "zdharma/fast-syntax-highlighting" # Theme zinit ice depth=1; zinit light "romkatv/powerlevel10k" -#_evalcache starship init zsh - -# Local RC -[[ -f "$ZDOTDIR/local/rc.zsh" ]] && source "$ZDOTDIR/local/rc.zsh" # To customize prompt, run `p10k configure` or edit ~/.config/dotfiles/zsh/.p10k.zsh. [[ ! -f ~/.config/dotfiles/zsh/.p10k.zsh ]] || source ~/.config/dotfiles/zsh/.p10k.zsh + +# Local RC +[[ -f "$ZDOTDIR/local/rc.zsh" ]] && source "$ZDOTDIR/local/rc.zsh"