mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2026-02-02 07:35:10 +01:00
docs: remove pwsh manual aliasing
This commit is contained in:
parent
5f03be333e
commit
0f7897b9f1
2 changed files with 4 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -75,8 +75,8 @@ pay-respects fish --alias | source
|
|||
"#,
|
||||
manual = "Nushell / PowerShell".bold(),
|
||||
manual_examples = r#"
|
||||
pay-respects nushell [--alias <alias>]
|
||||
pay-respects pwsh [--alias <alias>]
|
||||
pay-respects nushell
|
||||
pay-respects pwsh --alias
|
||||
"#
|
||||
)
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue