This commit is contained in:
Nikolas Weger 2021-01-03 15:42:58 +01:00
parent d998e8e531
commit aeedbb8e3e

View file

@ -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"