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

9 lines
373 B
PowerShell
Raw Normal View History

#!/bin/pwsh
2024-08-07 17:08:13 +00:00
. "$PSScriptRoot/../../Software/PowerShell/profile.ps1";
foreach ($defaultUser in @($true, $false)) {
Add-PowerShellProfileStatement -DefaultUser:$defaultUser -Statement "# aliae`naliae init pwsh | Invoke-Expression";
}
2024-03-25 18:30:18 +00:00
Add-PowerShellProfileStatement -System -Category "aliae" -Statement "# aliae`n$(Get-ScriptInitializer "aliae completion powershell")";