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

8 lines
221 B
PowerShell

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