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