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

pull/275/head
romkatv 2019-10-19 20:11:47 +02:00
parent 461d1ca43d
commit fde23891a4
1 changed files with 1 additions and 1 deletions

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