Skip to content

Commit

Permalink
Fix posh-git PowerShell module loading
Browse files Browse the repository at this point in the history
We simply need to call out that we want to load the post-git PowerShell module.
Caused by breaking change from the posh-git project: dahlbyk/posh-git#376
  • Loading branch information
nweddle authored Jan 31, 2017
1 parent af60d61 commit 1e4d85d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Load posh-git example profile
. '<%= @home %>\Documents\WindowsPowerShell\Modules\posh-git\profile.example.ps1'
# Load posh-git
Import-Module posh-git

# Load PSReadline
Import-Module PSReadLine
Expand Down

0 comments on commit 1e4d85d

Please sign in to comment.