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