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"