Skip to content

Commit

Permalink
Zinit: disable aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui committed Nov 27, 2024
1 parent 994f0d6 commit 4b21047
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .config/shell/zinit.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# Zinit Options & Plugins
##################################

declare -A ZINIT
ZINIT[NO_ALIASES]=1

ZINIT_HOME="${XDG_DATA_HOME:-${HOME}/.local/share}/zinit/zinit.git"
[ ! -d $ZINIT_HOME ] && mkdir -p "$(dirname $ZINIT_HOME)"
[ ! -d $ZINIT_HOME/.git ] && git clone https://github.com/zdharma-continuum/zinit.git "$ZINIT_HOME"
Expand Down

0 comments on commit 4b21047

Please sign in to comment.