mirror of
https://github.com/ChesterYue/ohmyzsh-theme-passion.git
synced 2026-07-21 20:11:03 +00:00
update
This commit is contained in:
parent
eb4c49d4a6
commit
7d15805cee
1 changed files with 1 additions and 1 deletions
|
|
@ -312,7 +312,7 @@ function git_fetch_status() {
|
|||
|
||||
function chpwd() {
|
||||
__git_prompt_git rev-parse --is-inside-work-tree &>/dev/null || return 0
|
||||
__git_prompt_git update-index --refresh --assume-unchanged
|
||||
__git_prompt_git update-index --refresh --assume-unchanged -q &>/dev/null
|
||||
}
|
||||
|
||||
# real time clock for zsh.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue