Skip to content

Commit 4d4c956

Browse files
authored
Update powerline-multiline.base.bash
1 parent 447aa1a commit 4d4c956

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
@@ -75,7 +75,7 @@ function __powerline_prompt_command() {
7575

7676
## left prompt ##
7777
# shellcheck disable=SC2068 # intended behavior
78-
for segment in ${POWERLINE_LEFT_PROMPT[@]-"user_info" "scm" "python_venv" "ruby" "node" "cwd"}; do
78+
for segment in ${POWERLINE_PROMPT[@]-"user_info" "scm" "python_venv" "ruby" "node" "cwd"}; do
7979
info="$("__powerline_${segment}_prompt")"
8080
if [[ -n "${info}" ]]; then
8181
__powerline_left_segment "${info}"

0 commit comments

Comments
 (0)