1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-09-21 11:00:08 +00:00

Fix white arrow on newline

This commit is contained in:
Ythildir 2018-09-06 20:30:24 +02:00 committed by Dominik Ritter
parent 6ccdfdf37e
commit 1a1572669c

View file

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