From f7cc737515ccd53e78dbe177eb36a44dc16569c3 Mon Sep 17 00:00:00 2001 From: Elio Capella Date: Tue, 1 Oct 2024 10:13:26 +0200 Subject: [PATCH] use the default git prompt --- themes/minimal.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/minimal.zsh-theme b/themes/minimal.zsh-theme index 588ab6982..f2d68282c 100644 --- a/themes/minimal.zsh-theme +++ b/themes/minimal.zsh-theme @@ -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 }