unsetopt prompt_cr prompt_sp from p10k-instant-prompt for good measure
parent
461d1ca43d
commit
fde23891a4
|
@ -3603,7 +3603,7 @@ _p9k_dump_instant_prompt() {
|
||||||
if source $__p9k_instant_prompt_dump_file 2>/dev/null && (( $+functions[_p9k_preinit] )); then
|
if source $__p9k_instant_prompt_dump_file 2>/dev/null && (( $+functions[_p9k_preinit] )); then
|
||||||
_p9k_preinit
|
_p9k_preinit
|
||||||
fi
|
fi
|
||||||
} || true'
|
} && unsetopt prompt_cr prompt_sp || true'
|
||||||
} always {
|
} always {
|
||||||
exec {fd}>&-
|
exec {fd}>&-
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue