Created
March 24, 2013 23:20
-
-
Save roddds/5234032 to your computer and use it in GitHub Desktop.
PowerShell profile for usage with git for windows and virtualenvwrapper
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
Set-ExecutionPolicy Unrestricted | |
import-module virtualenvwrapper | |
. (Resolve-Path "$env:LOCALAPPDATA\GitHub\shell.ps1") | |
. (Resolve-Path "$env:LOCALAPPDATA\GitHub\PoshGit_b45f39b7c5d40bebb0b5850a200fc120e9bf3646\profile.example.ps1") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PoshGit path may vary