mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +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
|
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…
Add table
Add a link
Reference in a new issue