Skip to content

Commit

Permalink
Zinit: save plugins in .config/shell
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui committed Nov 27, 2024
1 parent 03febe3 commit 145b084
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .config/shell/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
plugins
1 change: 1 addition & 0 deletions .config/shell/zinit.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
##################################

declare -A ZINIT
ZINIT[PLUGINS_DIR]="$SHELL_CONFIG_HOME/plugins"
ZINIT[NO_ALIASES]=1

ZINIT_HOME="${XDG_DATA_HOME:-${HOME}/.local/share}/zinit/zinit.git"
Expand Down

0 comments on commit 145b084

Please sign in to comment.