mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
Fix Segment endings if followed by newline
This commit is contained in:
parent
1a1572669c
commit
020287dd75
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@ prompt_newline() {
|
|||
"$1_prompt_segment" \
|
||||
"$0" \
|
||||
"$2" \
|
||||
"NONE" "NONE" "${newline}"
|
||||
"" "" "${newline}"
|
||||
CURRENT_BG='NONE'
|
||||
POWERLEVEL9K_WHITESPACE_BETWEEN_LEFT_SEGMENTS=$lws
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue