mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +01:00
doc: nushell incompatibilities
This commit is contained in:
parent
3e9678506a
commit
12e4ac7093
2 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ You can now **press `F` to Pay Respects**!
|
||||||
|
|
||||||
Currently, only corrections to `bash`, `zsh`, and `fish` are working flawlessly.
|
Currently, only corrections to `bash`, `zsh`, and `fish` are working flawlessly.
|
||||||
|
|
||||||
`nushell` is currently usable, but there is no alias expansion and you will have to put the evaluated initialization command in your config file (added automatically with `pay-respects nushell`).
|
`nushell` is currently usable, but there is no alias expansion and you will have to put the evaluated initialization command in your config file (added automatically with `pay-respects nushell`). In addition, commands that need to be evaluated in the current working shell (such as `cd`) cannot yet be implemented in `nushell`.
|
||||||
|
|
||||||
## Installing
|
## Installing
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,6 @@ pattern = [
|
||||||
# the directory automatically
|
# the directory automatically
|
||||||
suggest = [
|
suggest = [
|
||||||
'''
|
'''
|
||||||
mkdir -p {{command[1]}}
|
mkdir -p {{command[1]}} && \
|
||||||
cd {{command[1]}} '''
|
cd {{command[1]}} '''
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue