mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2026-09-18 08:20:10 +00:00
always print LF at the end of full lines
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user