feat: powershell initialization & native windows support (github #15)

This commit is contained in:
artiga033 2024-11-25 21:31:40 +08:00 committed by GitHub
parent fe083a9ddb
commit 5f86ff02a2
4 changed files with 131 additions and 22 deletions

View file

@ -56,6 +56,16 @@ Please follow the instruction for your shell:
</details>
<details>
<summary>PowerShell</summary>
> Append the following to your profile:
> ```pwsh
> pay-respects pwsh [--alias <alias>] [--nocnf] [>> $PROFILE] # use the pipe to directly append it to your profile if you like
> ```
</details>
<details>
<summary>Custom initialization for arbitrary shell</summary>