Skip to content

Instantly share code, notes, and snippets.

View terryaney's full-sized avatar

Terry Aney terryaney

  • Benefit Technology Resources
View GitHub Profile
@bradwilson
bradwilson / profile.ps1
Last active December 8, 2024 00:19
Downloadable files for bradwilson.io/blog/prompt/powershell
######## POSH-GIT
# ... Import-Module for posh-git here ...
# Background colors
$GitPromptSettings.AfterStash.BackgroundColor = 0x5F5FAF
$GitPromptSettings.AfterStatus.BackgroundColor = 0x5F5FAF
$GitPromptSettings.BeforeIndex.BackgroundColor = 0x5F5FAF
$GitPromptSettings.BeforeStash.BackgroundColor = 0x5F5FAF