diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-11-06 15:56:58 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-11-06 15:56:58 +0300 |
commit | ba5c6dd12d8764111db30c6b76024e6a29c9d3f7 (patch) | |
tree | 07bf57fa8a755d3ef25aae4f2c823b3374cdcd26 /internal/p10k.zsh | |
parent | 845aefd74688c069fec939424c0b70e0f4b966b9 (diff) |
always print LF at the end of full lines
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 5ebee520..544298c6 100644 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -5118,7 +5118,7 @@ _p9k_init_display() { } _p9k_init_prompt() { - _p9k_t=($'\n' '' '') + _p9k_t=($'\n' $'%{\n%}' '') _p9k_prompt_overflow_bug && _p9k_t[2]=$'%{%G\n%}' _p9k_init_lines |