[F] [close #24] git - status disappear

This commit is contained in:
ChesterYue
2024-04-23 21:05:50 +08:00
parent 1d96f9984d
commit 4c1ba4a4e1

View File

@@ -65,7 +65,7 @@ ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg_no_bold[red]%}✖%{$fg_no_bold[cyan]%}]";
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg_no_bold[cyan]%}]";
function update_git_status() {
GIT_STATUS=$(git_prompt_info);
GIT_STATUS=$(_omz_git_prompt_info);
}
function git_status() {