fixed zinit

This commit is contained in:
L. Kraven
2024-06-15 11:35:22 -07:00
parent 7c9ccc61f9
commit 11ff1ce372

2
.zshrc
View File

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