You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I use something like $GitPromptSettings.DefaultPromptPath.ForegroundColor = 'Blue',
I'd like the theoretical $GitPromptSettings.BeforePath and $GitPromptSettings.AfterPath segments not to inherit this color.
This seems to be the way that $GitPromptSettings.BeforeStatus and $GitPromptSettings.AfterStatus behave relative to Status.
Activity
rkeithhill commentedon Dec 16, 2020
You can already do this e.g.:
breisfeld commentedon Dec 16, 2020
I should have been more clear.
If I use something like
$GitPromptSettings.DefaultPromptPath.ForegroundColor = 'Blue'
,I'd like the theoretical
$GitPromptSettings.BeforePath
and$GitPromptSettings.AfterPath
segments not to inherit this color.This seems to be the way that
$GitPromptSettings.BeforeStatus
and$GitPromptSettings.AfterStatus
behave relative toStatus
.breisfeld commentedon Dec 16, 2020
I created PR #822 to add this feature.