Created
November 8, 2011 13:25
-
-
Save dahlbyk/1347726 to your computer and use it in GitHub Desktop.
posh-git Profile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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