feat: auto add nushell command

This commit is contained in:
iff 2023-07-31 21:12:57 +02:00
parent 8631f3219f
commit c2e2229cb4
2 changed files with 30 additions and 1 deletions

View file

@ -18,6 +18,9 @@ alias f="$(pay_respect <your_shell_here>)"
# for example, using `zsh`:
alias f="$(pay_respect zsh)"
# for `nushell`, the alias can be added automatically with:
pay_respect nushell
```
You can now **press `F` to Pay Respect**!