mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-12-12 19:18:28 +02:00
assume no zshrc changes are required if using z4h
This commit is contained in:
parent
9e5ab2ce95
commit
c71606cd83
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user