feat: partial nushell support

This commit is contained in:
iff 2023-07-31 15:06:30 +02:00
parent 48062142c6
commit 86ae6a6fb4
3 changed files with 16 additions and 1 deletions

View file

@ -15,7 +15,12 @@ alias f="$(pay_respect zsh)"
```
You can now **press `F` to Pay Respect**!
Currently, only corrections to `bash`, `zsh`, and `fish` are implemented.
Currently, only corrections to `bash`, `zsh`, and `fish` are working flawlessly.
`nushell` has broken aliases, therefore it has following 2 limitations:
- You have to manually add the output of `pay_respect nushell` to your configuration as alias
- Aliased commands cannot be expanded to their original command
## Installing