diff --git a/link/nix/config/powershell/Microsoft.PowerShell_profile.ps1 b/link/nix/config/powershell/Microsoft.PowerShell_profile.ps1 index 959c816..a77f1c0 100644 --- a/link/nix/config/powershell/Microsoft.PowerShell_profile.ps1 +++ b/link/nix/config/powershell/Microsoft.PowerShell_profile.ps1 @@ -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'