From 71c3a8e27a521a9ba1a8be3b98ab3ab6efa2e032 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Tue, 28 May 2019 10:40:11 -0400 Subject: [PATCH] Added notes on installing imported modules --- link/nix/config/powershell/Microsoft.PowerShell_profile.ps1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/link/nix/config/powershell/Microsoft.PowerShell_profile.ps1 b/link/nix/config/powershell/Microsoft.PowerShell_profile.ps1 index 5a5e1c4..2bed058 100644 --- a/link/nix/config/powershell/Microsoft.PowerShell_profile.ps1 +++ b/link/nix/config/powershell/Microsoft.PowerShell_profile.ps1 @@ -1,5 +1,8 @@ # With PowerCLI installed via ps-get this isn't needed anymore #Get-Module -ListAvailable PowerCLI.* | Import-Module +# PowerShellGet\Install-Module posh-git -Scope CurrentUser -AllowPrerelease -Force Import-Module '/Users/gene.liverman/.local/share/powershell/Modules/posh-git/1.0.0/posh-git.psd1' + +# Install-Module -Name oh-my-posh Import-module oh-my-posh