We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 70b2b2b + 4d4c956 commit 7488d60Copy full SHA for 7488d60
themes/powerline-multiline/powerline-multiline.base.bash
@@ -90,7 +90,7 @@ function __powerline_prompt_command() {
90
# but when part of the prompt exists within that segment, we instead match the foreground color.
91
prompt_color="$(set_color "${LAST_SEGMENT_COLOR?}" -)"
92
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}"
+ LEFT_PROMPT+="$(set_color "${LAST_SEGMENT_COLOR?}" -)${POWERLINE_LEFT_LAST_SEGMENT_END_CHAR}"
94
prompt_color="${normal?}"
95
fi
96
0 commit comments