5 lines
253 B
PowerShell
5 lines
253 B
PowerShell
#!/bin/pwsh
|
|
. "$PSScriptRoot/../powershell/lib.ps1";
|
|
|
|
Add-PowerShellProfileStatement -Statement "# aliae`naliae init pwsh | Invoke-Expression";
|
|
Add-PowerShellProfileStatement -Statement "# aliae`n$(Get-ScriptInitializer "aliae completion powershell")";
|