mirror of
https://github.com/ChesterYue/ohmyzsh-theme-passion.git
synced 2026-07-21 20:11:03 +00:00
[F] [close #24] git - status disappear
This commit is contained in:
parent
1d96f9984d
commit
4c1ba4a4e1
1 changed files with 1 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue