This commit is contained in:
2026-02-11 10:38:03 +02:00
parent a8e29a0ce7
commit 54bcb0352b
2 changed files with 1 additions and 1 deletions

1
.zshrc
View File

@@ -1,3 +1,4 @@
export ZINIT_HOME="${XDG_DATA_HOME:-${HOME}/.local/share}/zinit/zinit.git"
# Set the directory we want to store zinit and plugins
[ ! -d $ZINIT_HOME ] && mkdir -p "$(dirname $ZINIT_HOME)"
[ ! -d $ZINIT_HOME/.git ] && git clone https://github.com/zdharma-continuum/zinit.git "$ZINIT_HOME"