themes: Tidy base.theme and remove uneeded changes

This commit is contained in:
Noah Gorny
2020-06-19 19:44:21 +03:00
parent 3c0738ba43
commit fb2e8549ad

View File

@@ -265,8 +265,8 @@ function git_prompt_vars {
SCM_PREFIX=${GIT_THEME_PROMPT_PREFIX:-$SCM_THEME_PROMPT_PREFIX}
SCM_SUFFIX=${GIT_THEME_PROMPT_SUFFIX:-$SCM_THEME_PROMPT_SUFFIX}
SCM_CHANGE=$(_git-short-sha 2>/dev/null || echo "")
SCM_CHANGE=$(_git-short-sha 2>/dev/null || echo "")
}
function p4_prompt_vars {