Update 1 file: functions.zsh

This commit is contained in:
2026-08-01 15:33:14 -04:00
parent 1d0328b487
commit cbfa3e89b1
+1
View File
@@ -27,6 +27,7 @@ dotstate_update() {
info "Repository not found. Cloning..." info "Repository not found. Cloning..."
git clone --depth=1 "$REPO_URL" "$TARGET_DIR" &>/dev/null git clone --depth=1 "$REPO_URL" "$TARGET_DIR" &>/dev/null
fi fi
dotstate activate &>/dev/null dotstate activate &>/dev/null
exec zsh exec zsh
} }