PortValhalla/scripts/Windows/Config/posh-git/Install.ps1

5 lines
213 B
PowerShell
Raw Normal View History

#!/bin/pwsh
2024-07-16 12:06:19 +00:00
. "$PSScriptRoot/../../../Common/Software/powershell/profile.ps1";
Write-Host "Configuring posh-git";
Add-PowerShellProfileStatement -System -Category "posh-git" -Statement 'Import-Module "posh-git";'