use the default git prompt

This commit is contained in:
Elio Capella 2024-10-01 10:13:26 +02:00
commit f7cc737515

View file

@ -19,7 +19,7 @@ vcs_status() {
elif (( ${+functions[in_hg]} )) && in_hg; then
hg_prompt_info
else
git_prompt_info
_omz_git_prompt_info
fi
}