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