mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +01:00
docs: deprecation notice
This commit is contained in:
parent
d65fedbbcd
commit
1d8d89a61f
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue