diff --git a/themes/base.theme.bash b/themes/base.theme.bash index cc56bdff..7895e5cf 100644 --- a/themes/base.theme.bash +++ b/themes/base.theme.bash @@ -393,6 +393,7 @@ function user_host_prompt { # backwards-compatibility function git_prompt_info { + _git-hide-status && return git_prompt_vars echo -e "${SCM_PREFIX}${SCM_BRANCH}${SCM_STATE}${SCM_SUFFIX}" }