Rename powershell
util script
This commit is contained in:
parent
7005082e4b
commit
3ac1ce8c66
3 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/pwsh
|
#!/bin/pwsh
|
||||||
. "$PSScriptRoot/../powershell/profile.ps1";
|
. "$PSScriptRoot/../powershell/lib.ps1";
|
||||||
|
|
||||||
Add-PowerShellProfileStatement -Statement "# aliae`naliae init pwsh | Invoke-Expression";
|
Add-PowerShellProfileStatement -Statement "# aliae`naliae init pwsh | Invoke-Expression";
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/pwsh
|
#!/bin/pwsh
|
||||||
. "$PSScriptRoot/../../Common/Config/powershell/profile.ps1";
|
. "$PSScriptRoot/../../Common/Config/powershell/lib.ps1";
|
||||||
|
|
||||||
class Context {
|
class Context {
|
||||||
[string]$EntryPoint;
|
[string]$EntryPoint;
|
||||||
|
|
Loading…
Reference in a new issue