assume no zshrc changes are required if using z4h

This commit is contained in:
romkatv 2020-04-04 19:41:34 +02:00
parent 9e5ab2ce95
commit c71606cd83

View file

@ -1763,6 +1763,11 @@ function ask_zshrc_edit() {
zshrc_has_instant_prompt=0
write_zshrc=0
if (( $+functions[z4h] )); then
zshrc_has_cfg=1
zshrc_has_instant_prompt=1
fi
[[ $instant_prompt == off ]] && zshrc_has_instant_prompt=1
if [[ -e $__p9k_zshrc ]]; then