Skip to content

Commit 7488d60

Browse files
authored
Merge pull request #2312 from zou000/patch-1
2 parents 70b2b2b + 4d4c956 commit 7488d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/powerline-multiline/powerline-multiline.base.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ function __powerline_prompt_command() {
9090
# but when part of the prompt exists within that segment, we instead match the foreground color.
9191
prompt_color="$(set_color "${LAST_SEGMENT_COLOR?}" -)"
9292
if [[ -n "${LEFT_PROMPT:-}" && -n "${POWERLINE_LEFT_LAST_SEGMENT_END_CHAR:-}" ]]; then
93-
LEFT_PROMPT+="$(set_color - "${LAST_SEGMENT_COLOR?}")${POWERLINE_LEFT_LAST_SEGMENT_END_CHAR}"
93+
LEFT_PROMPT+="$(set_color "${LAST_SEGMENT_COLOR?}" -)${POWERLINE_LEFT_LAST_SEGMENT_END_CHAR}"
9494
prompt_color="${normal?}"
9595
fi
9696

0 commit comments

Comments
 (0)