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