2024-03-20 16:03:14 +00:00
|
|
|
#!/bin/pwsh
|
2024-03-20 17:56:16 +00:00
|
|
|
. "$PSScriptRoot/../powershell/lib.ps1";
|
2024-03-20 16:03:14 +00:00
|
|
|
|
|
|
|
Add-PowerShellProfileStatement -Statement "# aliae`naliae init pwsh | Invoke-Expression";
|
2024-03-20 18:35:46 +00:00
|
|
|
Add-PowerShellProfileStatement -Statement "# aliae`n$(Get-ScriptInitializer "aliae completion powershell")";
|