Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [RFC][PATCH] `newuser` prompt theme



On Mon, Apr 19, 2021, at 12:46 PM, Marlon Richert wrote:
> On 16 Apr 2021, at 22:30, Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx 
> <mailto:d.s%40daniel.shahaf.name>> 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.

ping for further review

-- 
vq




Messages sorted by: Reverse Date, Date, Thread, Author