5 lines
213 B
PowerShell
5 lines
213 B
PowerShell
#!/bin/pwsh
|
|
. "$PSScriptRoot/../../../Common/Software/powershell/profile.ps1";
|
|
Write-Host "Configuring posh-git";
|
|
Add-PowerShellProfileStatement -System -Category "posh-git" -Statement 'Import-Module "posh-git";'
|