2023-07-27 00:22:09 +00:00
|
|
|
#!/bin/pwsh
|
2024-08-07 19:34:40 +00:00
|
|
|
. "$PSScriptRoot/../../../Common/Software/PowerShell/Profile.ps1";
|
2023-07-27 00:22:09 +00:00
|
|
|
Write-Host "Configuring posh-git";
|
2024-08-07 19:34:40 +00:00
|
|
|
Add-PowerShellProfileStatement -System -Category "posh-git" -Script 'Import-Module "posh-git";'
|