Skip to content

Instantly share code, notes, and snippets.

@BillWagner
Created October 10, 2017 19:34
Show Gist options
  • Save BillWagner/ae113eb3e37949b04f8ec887cea6bb1f to your computer and use it in GitHub Desktop.
Save BillWagner/ae113eb3e37949b04f8ec887cea6bb1f to your computer and use it in GitHub Desktop.
Load Posh-Git from GitHub desktop in every powershell instance
"Loading PoshGit..."
. (Resolve-Path "$env:LOCALAPPDATA\GitHub\shell.ps1")
. $env:github_posh_git\profile.example.ps1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment