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

5 lines
213 B
PowerShell

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