themes: Tidy base.theme and remove uneeded changes

pull/1622/head
Noah Gorny 2020-06-19 19:44:21 +03:00
parent 3c0738ba43
commit fb2e8549ad
1 changed files with 1 additions and 1 deletions

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 {