1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-02-13 05:59:46 +08:00

use the default git prompt

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

View File

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