From 247d67cab8db1571b38682fbb65c6c63dcab4977 Mon Sep 17 00:00:00 2001 From: Jeremy McClure Date: Sat, 1 Aug 2026 08:52:49 -0400 Subject: [PATCH] Update 1 file: bootstrap.sh --- default/.config/zsh/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default/.config/zsh/bootstrap.sh b/default/.config/zsh/bootstrap.sh index fb6c54e..eb0d926 100755 --- a/default/.config/zsh/bootstrap.sh +++ b/default/.config/zsh/bootstrap.sh @@ -24,7 +24,7 @@ update() { dotstate activate || true info "done — restarting shell" - exec zsh + exec zsh -i < /dev/tty }