Skip to content

Instantly share code, notes, and snippets.

@dahlbyk
Created November 8, 2011 13:25
Show Gist options
  • Save dahlbyk/1347726 to your computer and use it in GitHub Desktop.
Save dahlbyk/1347726 to your computer and use it in GitHub Desktop.
posh-git Profile
$GitInstallDir = 'C:\Program Files (x86)\Git'
$Env:HOME = $Env:USERPROFILE
$Env:PLINK_PROTOCOL = 'ssh'
$Env:Path = "$GitInstallDir\bin;$GitInstallDir\mingw\bin;$Env:Path"
Set-Alias gitk "$GitInstallDir\cmd\gitk.cmd"
. C:\Dev\OSS\posh-git\profile.example.ps1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment