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

View file

@ -75,8 +75,8 @@ pay-respects fish --alias | source
"#, "#,
manual = "Nushell / PowerShell".bold(), manual = "Nushell / PowerShell".bold(),
manual_examples = r#" manual_examples = r#"
pay-respects nushell [--alias <alias>] pay-respects nushell
pay-respects pwsh [--alias <alias>] pay-respects pwsh --alias
"# "#
) )
); );