Update 2 files: .zshrc, functions.zsh

This commit is contained in:
2026-08-01 15:32:41 -04:00
parent d0d398701f
commit 1d0328b487
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -27,6 +27,6 @@ dotstate_update() {
info "Repository not found. Cloning..."
git clone --depth=1 "$REPO_URL" "$TARGET_DIR" &>/dev/null
fi
dotstate activate
dotstate activate &>/dev/null
exec zsh
}