docs: remove pwsh manual aliasing

This commit is contained in:
iff 2024-12-09 16:21:49 +01:00
parent 5f03be333e
commit 0f7897b9f1
2 changed files with 4 additions and 4 deletions

View file

@ -28,7 +28,7 @@ Please follow the instruction for your shell:
> - `--alias [alias]`: Alias to a custom key, defaults to `f`
> - `--nocnf`: Disables `command_not_found` handler
> Manual aliasing (**deprecated**, do not use):
> Manual aliasing (**DEPRECATED**, do not use):
> ```shell
> alias f="$(pay-respects bash)"
> alias f="$(pay-respects zsh)"
@ -61,7 +61,7 @@ Please follow the instruction for your shell:
> 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
> pay-respects pwsh --alias [<alias>] [--nocnf] [>> $PROFILE] # use the pipe to directly append it to your profile if you like
> ```
</details>