This commit is contained in:
Michael Smith 2016-09-17 14:27:00 +00:00 committed by GitHub
commit 917a7d7d00

View file

@ -197,8 +197,10 @@ build_prompt() {
prompt_virtualenv
prompt_context
prompt_dir
prompt_git
prompt_hg
if [[ "$(command git config --get oh-my-zsh.hide-status 2>/dev/null)" != "1" ]]; then
prompt_git
prompt_hg
fi
prompt_end
}