mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 08:10:07 +00:00
unsetopt prompt_cr prompt_sp from p10k-instant-prompt for good measure
This commit is contained in:
parent
461d1ca43d
commit
fde23891a4
1 changed files with 1 additions and 1 deletions
|
@ -3603,7 +3603,7 @@ _p9k_dump_instant_prompt() {
|
|||
if source $__p9k_instant_prompt_dump_file 2>/dev/null && (( $+functions[_p9k_preinit] )); then
|
||||
_p9k_preinit
|
||||
fi
|
||||
} || true'
|
||||
} && unsetopt prompt_cr prompt_sp || true'
|
||||
} always {
|
||||
exec {fd}>&-
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue