From 65fe9c90845f6bf6b99cdc367ee030c36d26dbf9 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Tue, 31 Jul 2018 10:52:18 -0400 Subject: [PATCH] Update PowerShell config --- link/nix/config/powershell/Microsoft.PowerShell_profile.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/link/nix/config/powershell/Microsoft.PowerShell_profile.ps1 b/link/nix/config/powershell/Microsoft.PowerShell_profile.ps1 index 449c711..959c816 100644 --- a/link/nix/config/powershell/Microsoft.PowerShell_profile.ps1 +++ b/link/nix/config/powershell/Microsoft.PowerShell_profile.ps1 @@ -1 +1,2 @@ -Get-Module -ListAvailable PowerCLI.* | Import-Module +# With PowerCLI installed via ps-get this isn't needed anymore +#Get-Module -ListAvailable PowerCLI.* | Import-Module