mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
work around more zsh bugs w.r.t. SIGWINCH; see #694
This commit is contained in:
parent
541d573551
commit
ca114f2508
1 changed files with 2 additions and 0 deletions
|
@ -6171,6 +6171,8 @@ function _p9k_restore_special_params() {
|
|||
}
|
||||
|
||||
function _p9k_on_expand() {
|
||||
(( _p9k__expanded && ! ${+__p9k_instant_prompt_active} )) && [[ "${langinfo[CODESET]}" == (utf|UTF)(-|)8 ]] && return
|
||||
|
||||
eval "$__p9k_intro_no_locale"
|
||||
|
||||
if [[ $langinfo[CODESET] != (utf|UTF)(-|)8 ]]; then
|
||||
|
|
Loading…
Reference in a new issue