docs: update new argument

This commit is contained in:
iff 2024-11-23 22:57:28 +01:00
parent e7f3eca47f
commit 84802c4a9c

View file

@ -25,8 +25,10 @@ Please follow the instruction for your shell:
> eval "$(pay-respects zsh --alias)"
> pay-respects fish --alias | source
> ```
> Additional arguments:
> - `--nocnf`: Disables `command_not_found` handler
> Manual aliasing (**deprecated**, not recommended):
> Manual aliasing (**deprecated**, do not use):
> ```shell
> alias f="$(pay-respects bash)"
> alias f="$(pay-respects zsh)"