1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-09-21 11:00:08 +00:00

temporarily disable instant prompt in the configuration wizard. there are issues that I need to deal with

This commit is contained in:
romkatv 2019-10-21 00:41:18 +02:00
parent 2a0c31f0eb
commit 6dbe2c860c

View file

@ -1275,8 +1275,8 @@ function ask_zshrc_edit() {
zshrc_backup= zshrc_backup=
zshrc_backup_u= zshrc_backup_u=
zshrc_has_cfg=0 zshrc_has_cfg=0
zshrc_has_pre=0 zshrc_has_pre=1
zshrc_has_post=0 zshrc_has_post=1
write_zshrc=0 write_zshrc=0
if [[ -e $__p9k_zshrc ]]; then if [[ -e $__p9k_zshrc ]]; then