mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-21 20:00:07 +00:00
remove DISABLE_UPDATE_PROMPT=true
from instant prompt
If this breaks your shell, it means you are using an old version of
oh-my-zsh, which predates this commit:
fe0dd8226d
You need to upgrade oh-my-zsh by running the following command:
omz update
This commit is contained in:
parent
6836bfe2da
commit
07a971d310
1 changed files with 0 additions and 1 deletions
|
@ -6515,7 +6515,6 @@ _p9k_dump_instant_prompt() {
|
||||||
}
|
}
|
||||||
zshexit_functions=(_p9k_instant_prompt_cleanup $zshexit_functions)
|
zshexit_functions=(_p9k_instant_prompt_cleanup $zshexit_functions)
|
||||||
precmd_functions=(_p9k_instant_prompt_precmd_first $precmd_functions)
|
precmd_functions=(_p9k_instant_prompt_precmd_first $precmd_functions)
|
||||||
DISABLE_UPDATE_PROMPT=true
|
|
||||||
} && unsetopt prompt_cr prompt_sp && typeset -gi __p9k_instant_prompt_sourced='$__p9k_instant_prompt_version' ||
|
} && unsetopt prompt_cr prompt_sp && typeset -gi __p9k_instant_prompt_sourced='$__p9k_instant_prompt_version' ||
|
||||||
typeset -gi __p9k_instant_prompt_sourced=${__p9k_instant_prompt_sourced:-0}'
|
typeset -gi __p9k_instant_prompt_sourced=${__p9k_instant_prompt_sourced:-0}'
|
||||||
} always {
|
} always {
|
||||||
|
|
Loading…
Reference in a new issue