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

5 lines
210 B
PowerShell

#!/bin/pwsh
. "$PSScriptRoot/../../../Common/Software/PowerShell/Profile.ps1";
Write-Host "Configuring posh-git";
Add-PowerShellProfileStatement -System -Category "posh-git" -Script 'Import-Module "posh-git";'