Update powerline-multiline.base.bash

This commit is contained in:
madcarrot
2018-05-15 16:22:41 -04:00
committed by GitHub
parent 094c846464
commit ecdf6af08d

View File

@@ -46,7 +46,7 @@ function __powerline_prompt_command {
## right prompt ##
if [[ -n "${POWERLINE_RIGHT_PROMPT}" ]]; then
LEFT_PROMPT+="${move_cursor_rightmost}"
# LEFT_PROMPT+="${move_cursor_rightmost}"
for segment in $POWERLINE_RIGHT_PROMPT; do
local info="$(__powerline_${segment}_prompt)"
[[ -n "${info}" ]] && __powerline_right_segment "${info}"