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:
parent
f4423ebd09
commit
f7cc737515
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user