Skip to content

Commit

Permalink
install abbr
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyuga-Tsukui committed Apr 23, 2024
1 parent 69d0b56 commit 97d603a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dot_zshrc.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@ 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"

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

zinit ice depth=1; zinit light olets/zsh-abbr
abbr -S --force vim="nvim"

# Setup starship
# -----------------------------------------------------------------
# eval "$(starship init zsh)"
Expand Down

0 comments on commit 97d603a

Please sign in to comment.