Let's pass that lint test, shall we?
parent
d20dfdd523
commit
c2cf338c28
|
|
@ -25,6 +25,7 @@ function __powerline_left_segment {
|
|||
LEFT_PROMPT+="${POWERLINE_LEFT_SEPARATOR}"
|
||||
fi
|
||||
|
||||
# shellcheck disable=SC2154
|
||||
LEFT_PROMPT+="$(set_color "${params[1]}" -)${pad_before_segment}${params[0]}${normal}"
|
||||
LAST_SEGMENT_COLOR=${params[1]}
|
||||
((SEGMENTS_AT_LEFT += 1))
|
||||
|
|
|
|||
Loading…
Reference in New Issue