fixed zinit

This commit is contained in:
L. Kraven
2024-06-15 11:42:05 -07:00
parent 11ff1ce372
commit 6e2c47bc17

2
.zshrc
View File

@@ -10,7 +10,7 @@ ZINIT_HOME="${HOME}/.config/zinit/zinit.git"
ZSH_TMUX_AUTOSTART=true
# Download ZINIT
if [ ! -f "$ZINIT_HOME/zinit.sh" ]; then
if [ ! -f "${ZINIT_HOME}/zinit.zsh" ]; then
mkdir -p "$(dirname $ZINIT_HOME)"
git clone https://github.com/zdharma-continuum/zinit.git "$ZINIT_HOME"
fi