This commit is contained in:
Brian Zalewski 2023-06-04 08:05:30 +00:00
parent 3994fcf74b
commit 3fdf2ff299

View file

@ -15,6 +15,8 @@
### Initialize ZSH so plugin bootstrap process is done ahead of time
if command -v zsh > /dev/null; then
logg info 'Bootstrapping ZSH by running `exec zsh`'
exec zsh
exec zsh &
logg info 'Waiting for exec zsh to finish'
wait
fi
{{ end -}}