mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2026-02-02 07:35:10 +01:00
feat: alternative initialization
This commit is contained in:
parent
e56ac04078
commit
683fdad837
3 changed files with 93 additions and 8 deletions
|
|
@ -23,6 +23,12 @@ alias f="$(pay_respects <your_shell_here>)"
|
|||
# for example, using `zsh`:
|
||||
alias f="$(pay_respects zsh)"
|
||||
|
||||
# Alternatively, you can also use the following initialization in your config file
|
||||
# for bash and zsh
|
||||
eval "$(pay_respects <shell> --alias)"
|
||||
# for fish
|
||||
pay_respects fish --alias | source
|
||||
|
||||
# for `nushell`, the alias can be added automatically with:
|
||||
pay_respects nushell
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue