Created
April 10, 2012 14:41
-
-
Save jeff-french/2351828 to your computer and use it in GitHub Desktop.
Add Git bin path to PowerShell session for Posh-Git
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
# Add Git bin directory to path for this session | |
$env:path += ";" + (Get-Item "Env:ProgramFiles(x86)").Value + "\Git\bin" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment