diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-10-19 21:11:47 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-10-19 21:11:47 +0300 |
commit | fde23891a49741b51506b3167af5566705d2e204 (patch) | |
tree | 93a8c77e409197d4038ffb114c2e5d2262a6d361 /internal/p10k.zsh | |
parent | 461d1ca43d8f6ded99df4706b948af649a302673 (diff) |
unsetopt prompt_cr prompt_sp from p10k-instant-prompt for good measure
Diffstat (limited to 'internal/p10k.zsh')
-rw-r--r-- | internal/p10k.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/p10k.zsh b/internal/p10k.zsh index 06e18607..e27ca0c1 100644 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -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}>&- } |