From d944cb0a530528109d9476170660cec5ae297843 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Tue, 28 May 2019 10:23:36 -0400 Subject: [PATCH] Added posh-git to PowerShell profile --- link/nix/config/powershell/Microsoft.PowerShell_profile.ps1 | 2 ++ 1 file changed, 2 insertions(+) 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'