5 lines
148 B
PowerShell
5 lines
148 B
PowerShell
|
#!/bin/pwsh
|
||
|
. "$PSScriptRoot/../powershell/profile.ps1";
|
||
|
|
||
|
Add-PowerShellProfileStatement -Statement "# aliae`naliae init pwsh | Invoke-Expression";
|