Skip to content

Instantly share code, notes, and snippets.

@chaliy
Created June 15, 2012 16:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chaliy/2937341 to your computer and use it in GitHub Desktop.
Save chaliy/2937341 to your computer and use it in GitHub Desktop.
Posh-Hg and Posh-Git working together
Import-Module posh-hg
Import-Module posh-git
Enable-GitColors
Start-SshAgent -Quiet
function Prompt {
$Host.UI.RawUI.ForegroundColor = $GitPromptSettings.DefaultForegroundColor
Write-Host($pwd) -nonewline
Write-VcsStatus
">`n`$ "
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment