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.
1 parent 447aa1a commit 4d4c956Copy full SHA for 4d4c956
themes/powerline-multiline/powerline-multiline.base.bash
@@ -75,7 +75,7 @@ function __powerline_prompt_command() {
75
76
## left prompt ##
77
# shellcheck disable=SC2068 # intended behavior
78
- for segment in ${POWERLINE_LEFT_PROMPT[@]-"user_info" "scm" "python_venv" "ruby" "node" "cwd"}; do
+ for segment in ${POWERLINE_PROMPT[@]-"user_info" "scm" "python_venv" "ruby" "node" "cwd"}; do
79
info="$("__powerline_${segment}_prompt")"
80
if [[ -n "${info}" ]]; then
81
__powerline_left_segment "${info}"
0 commit comments