2023-07-27 00:22:09 +00:00
|
|
|
#!/bin/pwsh
|
2024-08-07 17:08:13 +00:00
|
|
|
. "$PSScriptRoot/../../../Common/Software/PowerShell/profile.ps1";
|
2023-07-27 00:22:09 +00:00
|
|
|
Write-Host "Configuring posh-git";
|
2024-03-23 03:55:05 +00:00
|
|
|
Add-PowerShellProfileStatement -System -Category "posh-git" -Statement 'Import-Module "posh-git";'
|