mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-22 04:10:07 +00:00
assume no zshrc changes are required if using z4h
This commit is contained in:
parent
9e5ab2ce95
commit
c71606cd83
1 changed files with 5 additions and 0 deletions
|
@ -1763,6 +1763,11 @@ function ask_zshrc_edit() {
|
||||||
zshrc_has_instant_prompt=0
|
zshrc_has_instant_prompt=0
|
||||||
write_zshrc=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
|
[[ $instant_prompt == off ]] && zshrc_has_instant_prompt=1
|
||||||
|
|
||||||
if [[ -e $__p9k_zshrc ]]; then
|
if [[ -e $__p9k_zshrc ]]; then
|
||||||
|
|
Loading…
Reference in a new issue