Skip to content

Instantly share code, notes, and snippets.

@Newlifer
Created April 4, 2016 12:36
Show Gist options
  • Save Newlifer/6c8a2e6c4be3bf35b21a2bf05dd62876 to your computer and use it in GitHub Desktop.
Save Newlifer/6c8a2e6c4be3bf35b21a2bf05dd62876 to your computer and use it in GitHub Desktop.
# Load posh-git example profile
. 'C:\Users\aa.novozhilov\Documents\WindowsPowerShell\Modules\posh-git\profile.example.ps1'
Import-Module -Name posh-git -ErrorAction SilentlyContinue
. E:\soft\psagnoster\PS-Agnoster.ps1
$AgnosterPromptSettings.BranchUntrackedSymbol = ''
$AgnosterPromptSettings.BranchIdenticalStatusToSymbol = '≡'
$AgnosterPromptSettings.BranchAheadStatusSymbol = '↑'
$AgnosterPromptSettings.BranchBehindStatusSymbol = '↓'
$AgnosterPromptSettings.BranchBehindAndAheadStatusSymbol = '↕'
$AgnosterPromptSettings.ElevatedSymbol = '★'
$AgnosterPromptSettings.AdminIconForegroundColor = [ConsoleColor]::Yellow
$AgnosterPromptSettings.PromptBackgroundColor = [ConsoleColor]::Gray
$AgnosterPromptSettings.SessionInfoBackgroundColor = [ConsoleColor]::DarkGreen
$AgnosterPromptSettings.GitLocalChangesColor = [ConsoleColor]::DarkYellow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment