stuff
This commit is contained in:
parent
d998e8e531
commit
aeedbb8e3e
1 changed files with 4 additions and 6 deletions
10
zsh/rc.zsh
10
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"
|
zinit ice wait lucid; zinit light "b4b4r07/emoji-cli"
|
||||||
|
|
||||||
# syntax highlighting
|
# syntax highlighting
|
||||||
zpcompinit
|
zinit ice wait lucid atinit"ZINIT[COMPINIT_OPTS]=-C; zpcompinit; zpcdreplay"; zinit light "zdharma/fast-syntax-highlighting"
|
||||||
zinit ice wait lucid atinit"zpcdreplay -q"; zinit light "zsh-users/zsh-syntax-highlighting"
|
|
||||||
|
|
||||||
# Theme
|
# Theme
|
||||||
zinit ice depth=1; zinit light "romkatv/powerlevel10k"
|
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.
|
# 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
|
[[ ! -f ~/.config/dotfiles/zsh/.p10k.zsh ]] || source ~/.config/dotfiles/zsh/.p10k.zsh
|
||||||
|
|
||||||
|
# Local RC
|
||||||
|
[[ -f "$ZDOTDIR/local/rc.zsh" ]] && source "$ZDOTDIR/local/rc.zsh"
|
||||||
|
|
Loading…
Add table
Reference in a new issue