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

8 lines
223 B
PowerShell
Raw Normal View History

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