Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [RFC][PATCH] `newuser` prompt theme
> +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?
> + _prompt_vcs_info
> + )
Messages sorted by:
Reverse Date,
Date,
Thread,
Author