mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
re-enable check for changes
This commit is contained in:
parent
0da20c9310
commit
c163f53ade
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ autoload -Uz vcs_info
|
|||
|
||||
# check-for-changes can be really slow.
|
||||
# you should disable it, if you work with large repositories
|
||||
zstyle ':vcs_info:*:prompt:*' check-for-changes false
|
||||
zstyle ':vcs_info:*:prompt:*' check-for-changes true
|
||||
|
||||
# set formats
|
||||
# %b - branchname
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue