#!/bin/pwsh param($context) . "$PSScriptRoot/../../Scripts/Context.ps1"; [Context] $context = $context; Write-Host "Configuring posh-git"; $context.AddPowerShellProfileStatement("0_posh-git", 'Import-Module "posh-git";');