Skip to content

Instantly share code, notes, and snippets.

@roddds
Created March 24, 2013 23:20
Show Gist options
  • Save roddds/5234032 to your computer and use it in GitHub Desktop.
Save roddds/5234032 to your computer and use it in GitHub Desktop.
PowerShell profile for usage with git for windows and virtualenvwrapper
Set-ExecutionPolicy Unrestricted
import-module virtualenvwrapper
. (Resolve-Path "$env:LOCALAPPDATA\GitHub\shell.ps1")
. (Resolve-Path "$env:LOCALAPPDATA\GitHub\PoshGit_b45f39b7c5d40bebb0b5850a200fc120e9bf3646\profile.example.ps1")
@roddds
Copy link
Author

roddds commented Mar 24, 2013

PoshGit path may vary

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment