mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
use the default git prompt
This commit is contained in:
parent
f4423ebd09
commit
f7cc737515
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue