Install aliae completion globally

This commit is contained in:
Manuel Thalmann 2024-03-25 19:30:18 +01:00
parent 72c29f3539
commit 02e7cc995b

View file

@ -5,4 +5,4 @@ foreach ($defaultUser in @($true, $false)) {
Add-PowerShellProfileStatement -DefaultUser:$defaultUser -Statement "# aliae`naliae init pwsh | Invoke-Expression";
}
Add-PowerShellProfileStatement -Statement "# aliae`n$(Get-ScriptInitializer "aliae completion powershell")";
Add-PowerShellProfileStatement -System -Category "aliae" -Statement "# aliae`n$(Get-ScriptInitializer "aliae completion powershell")";