Latest
This commit is contained in:
parent
3994fcf74b
commit
3fdf2ff299
1 changed files with 3 additions and 1 deletions
|
@ -15,6 +15,8 @@
|
||||||
### Initialize ZSH so plugin bootstrap process is done ahead of time
|
### Initialize ZSH so plugin bootstrap process is done ahead of time
|
||||||
if command -v zsh > /dev/null; then
|
if command -v zsh > /dev/null; then
|
||||||
logg info 'Bootstrapping ZSH by running `exec zsh`'
|
logg info 'Bootstrapping ZSH by running `exec zsh`'
|
||||||
exec zsh
|
exec zsh &
|
||||||
|
logg info 'Waiting for exec zsh to finish'
|
||||||
|
wait
|
||||||
fi
|
fi
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
|
|
Loading…
Reference in a new issue