Merge pull request #2021 from NariyasuHeseri/master

theme/powerline: fix error `scm: parameter not defined`
pull/2007/head
Noah Gorny 2022-01-07 08:51:00 +02:00 committed by GitHub
commit 6fc47a7671
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ function __powerline_scm_prompt() {
elif [[ "${SCM_SVN_CHAR}" == "${SCM_CHAR}" ]]; then
scm_prompt+="${SCM_CHAR}${SCM_BRANCH}${SCM_STATE}"
fi
echo "${scm_prompt?}${scm?}|${color}"
echo "${scm_prompt?}|${color}"
fi
}