updated zinit installer

This commit is contained in:
L. Kraven
2024-06-15 11:20:41 -07:00
parent afc281fb0a
commit 03e10a151a

2
.zshrc
View File

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