diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-10-21 01:41:18 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-10-21 01:41:18 +0300 |
commit | 6dbe2c860c490db50e0257f2233b7c9d31c3c577 (patch) | |
tree | 3243486d2dd26046d0d0e960fe9454a7a7f271fa /internal | |
parent | 2a0c31f0eb0b33889768d117156ee16b07ca0b5f (diff) |
temporarily disable instant prompt in the configuration wizard. there are issues that I need to deal with
Diffstat (limited to 'internal')
-rwxr-xr-x | internal/wizard.zsh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/wizard.zsh b/internal/wizard.zsh index 5a87b1a9..f2e0b927 100755 --- a/internal/wizard.zsh +++ b/internal/wizard.zsh @@ -1275,8 +1275,8 @@ function ask_zshrc_edit() { zshrc_backup= zshrc_backup_u= zshrc_has_cfg=0 - zshrc_has_pre=0 - zshrc_has_post=0 + zshrc_has_pre=1 + zshrc_has_post=1 write_zshrc=0 if [[ -e $__p9k_zshrc ]]; then |