Added posh-git to PowerShell profile

This commit is contained in:
Gene Liverman 2019-05-28 10:23:36 -04:00
parent 3be7d2d3dd
commit d944cb0a53
No known key found for this signature in database
GPG key ID: 3AF83985B6C857C6

View file

@ -1,2 +1,4 @@
# With PowerCLI installed via ps-get this isn't needed anymore
#Get-Module -ListAvailable PowerCLI.* | Import-Module
Import-Module '/Users/gene.liverman/.local/share/powershell/Modules/posh-git/1.0.0/posh-git.psd1'