1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-11-25 21:40: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 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}>&-
} }