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 }