From ada42d8a69063f067163f3cd884d049bbf945e90 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Thu, 1 Jun 2017 17:25:47 -0700 Subject: [PATCH] added powershell config --- link/nix/config/powershell/Microsoft.PowerShell_profile.ps1 | 1 + 1 file changed, 1 insertion(+) create mode 100644 link/nix/config/powershell/Microsoft.PowerShell_profile.ps1 diff --git a/link/nix/config/powershell/Microsoft.PowerShell_profile.ps1 b/link/nix/config/powershell/Microsoft.PowerShell_profile.ps1 new file mode 100644 index 0000000..449c711 --- /dev/null +++ b/link/nix/config/powershell/Microsoft.PowerShell_profile.ps1 @@ -0,0 +1 @@ +Get-Module -ListAvailable PowerCLI.* | Import-Module