Skip to content

Commit

Permalink
update .zshrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyuga-Tsukui committed Aug 27, 2024
1 parent b0a8cdb commit ba66ddd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dot_zshrc.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ ZINIT_HOME="${XDG_DATA_HOME:-${HOME}/.local/share}/zinit/zinit.git"
[ ! -d $ZINIT_HOME/.git ] && git clone https://github.com/zdharma-continuum/zinit.git "$ZINIT_HOME"
source "${ZINIT_HOME}/zinit.zsh"

# REF: https://github.com/zdharma-continuum/zinit/discussions/312 zoxside(zi) And zinit(zi) in conflict.
unalias zi

# install zsh plugins
zinit ice depth=1; zinit light romkatv/powerlevel10k

Expand Down

0 comments on commit ba66ddd

Please sign in to comment.