PortValhalla/scripts/Common/Config/aliae/install.ps1

9 lines
367 B
PowerShell
Raw Normal View History

#!/bin/pwsh
2024-08-07 19:34:40 +00:00
. "$PSScriptRoot/../../Software/PowerShell/Profile.ps1";
foreach ($defaultUser in @($true, $false)) {
2024-08-07 19:34:40 +00:00
Add-PowerShellProfileStatement -DefaultUser:$defaultUser -Script "# aliae`naliae init pwsh | Invoke-Expression";
}
2024-08-07 19:34:40 +00:00
Add-PowerShellProfileStatement -System -Category "aliae" -Script "# aliae`n$(Get-ScriptInitializer "aliae completion powershell")";