Fixes prompt bg color on powerline naked theme

pull/1450/head
David Farrell 2019-11-06 15:05:32 -08:00
parent 6c64ba26f1
commit 5a2dbd4780
No known key found for this signature in database
GPG Key ID: 1CCA28D0E300B56F
1 changed files with 1 additions and 0 deletions

View File

@ -11,5 +11,6 @@ function __powerline_left_segment {
separator="${separator_char}" separator="${separator_char}"
fi fi
LEFT_PROMPT+="${separator}$(set_color ${params[1]} -) ${params[0]} ${normal}" LEFT_PROMPT+="${separator}$(set_color ${params[1]} -) ${params[0]} ${normal}"
LAST_SEGMENT_COLOR=${params[1]}
(( SEGMENTS_AT_LEFT += 1 )) (( SEGMENTS_AT_LEFT += 1 ))
} }