mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2026-02-02 15:45:11 +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>
|
<details>
|
||||||
<summary>Bash / Zsh / Fish</summary>
|
<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`):
|
> Auto aliasing (optional custom alias can be added after `--alias`):
|
||||||
> ```shell
|
> ```shell
|
||||||
> eval "$(pay-respects bash --alias)"
|
> eval "$(pay-respects bash --alias)"
|
||||||
|
|
@ -33,6 +26,13 @@ Please follow the instruction for your shell:
|
||||||
> pay-respects fish --alias | source
|
> 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>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue