docs: deprecation notice

This commit is contained in:
iff 2024-11-23 19:00:07 +01:00
parent d65fedbbcd
commit 1d8d89a61f

View file

@ -19,13 +19,6 @@ Please follow the instruction for your shell:
<details>
<summary>Bash / Zsh / Fish</summary>
> Manual aliasing:
> ```shell
> alias f="$(pay-respects bash)"
> alias f="$(pay-respects zsh)"
> alias f="$(pay-respects fish)"
> ```
> Auto aliasing (optional custom alias can be added after `--alias`):
> ```shell
> eval "$(pay-respects bash --alias)"
@ -33,6 +26,13 @@ Please follow the instruction for your shell:
> pay-respects fish --alias | source
> ```
> Manual aliasing (**deprecated**, not recommended):
> ```shell
> alias f="$(pay-respects bash)"
> alias f="$(pay-respects zsh)"
> alias f="$(pay-respects fish)"
> ```
</details>
<details>