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"