1
0
Fork 0
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:
Dominik Ritter 2019-02-01 11:01:59 +01:00
parent 1a1572669c
commit 020287dd75

View file

@ -363,7 +363,7 @@ prompt_newline() {
"$1_prompt_segment" \ "$1_prompt_segment" \
"$0" \ "$0" \
"$2" \ "$2" \
"NONE" "NONE" "${newline}" "" "" "${newline}"
CURRENT_BG='NONE' CURRENT_BG='NONE'
POWERLEVEL9K_WHITESPACE_BETWEEN_LEFT_SEGMENTS=$lws POWERLEVEL9K_WHITESPACE_BETWEEN_LEFT_SEGMENTS=$lws
} }