From fabcc5d75f98a6e8f76a2d76bec4778bc38d38a8 Mon Sep 17 00:00:00 2001 From: Jeremy McClure Date: Sat, 1 Aug 2026 08:22:49 -0400 Subject: [PATCH] Update 1 file: bootstrap.sh --- default/.config/zsh/bootstrap.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/default/.config/zsh/bootstrap.sh b/default/.config/zsh/bootstrap.sh index ecc7dd1..8189b4c 100755 --- a/default/.config/zsh/bootstrap.sh +++ b/default/.config/zsh/bootstrap.sh @@ -14,11 +14,6 @@ update() { dotstate doctor --fix dotstate activate - - exec zsh - - info "done" - } arch() { @@ -163,3 +158,5 @@ else echo "Repository not found. Cloning..." git clone --depth=1 "$REPO_URL" "$TARGET_DIR" fi + +info "done"