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

5 lines
210 B
PowerShell
Raw Normal View History

#!/bin/pwsh
2024-08-07 19:34:40 +00:00
. "$PSScriptRoot/../../../Common/Software/PowerShell/Profile.ps1";
Write-Host "Configuring posh-git";
2024-08-07 19:34:40 +00:00
Add-PowerShellProfileStatement -System -Category "posh-git" -Script 'Import-Module "posh-git";'