1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-09-21 02:50:08 +00:00

unsetopt prompt_cr prompt_sp from p10k-instant-prompt for good measure

This commit is contained in:
romkatv 2019-10-19 20:11:47 +02:00
parent 461d1ca43d
commit fde23891a4

View file

@ -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}>&-
}