diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-09-04 09:13:16 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-09-04 09:13:16 +0300 |
commit | 298fa2f325c50b250a9bc9fe664ee96107886813 (patch) | |
tree | a89f208f0f08e0d985abb01cac5a7476c32eaa76 /internal/wizard.zsh | |
parent | 7c513a1e7964ec46354d24b735ea4ab42c5ff5d9 (diff) |
bug fix: don't attempt to source .p10k.zsh when wizard exits to restart iTerm2
Diffstat (limited to 'internal/wizard.zsh')
-rwxr-xr-x | internal/wizard.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/wizard.zsh b/internal/wizard.zsh index f32cfd2a..b3138632 100755 --- a/internal/wizard.zsh +++ b/internal/wizard.zsh @@ -331,7 +331,7 @@ function install_font() { flowing +c -i 5 " 1. Click" "%BiTerm2 → Quit iTerm2%b" or press "%B⌘ Q%b." flowing +c -i 5 " 2. Open %BiTerm2%b." print -P "" - exit 0 + exit 69 ;; esac } |