On 16 Apr 2021, at 22:30, Daniel Shahaf wrote: > >> +prompt_vcs_chpwd() { >> + exec {fd}< <( >> + # Fetch only staged changes at this point, for performance reasons. >> + _prompt_vcs_zstyle ':vcs_info:*:prompt_vcs:*' check-for-staged-changes yes > > Should this set «check-for-changes no», to override a «yes» that may > have been explicitly set on a less-specific context pattern? Yes, that would make sense. Added. See attachment.