mirror of
https://github.com/ChesterYue/ohmyzsh-theme-passion.git
synced 2026-07-21 20:11:03 +00:00
fix git branch appear cache
This commit is contained in:
parent
e5d4174658
commit
675c3e53a2
1 changed files with 3 additions and 1 deletions
|
|
@ -189,7 +189,9 @@ function update_git_status() {
|
|||
GIT_STATUS+=" ${git_status}";
|
||||
fi
|
||||
GIT_STATUS+=${ZSH_THEME_GIT_PROMPT_END_SUFFIX};
|
||||
fi
|
||||
else
|
||||
GIT_STATUS=""
|
||||
fi
|
||||
}
|
||||
|
||||
function git_status() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue