nushell: Update config for nushell 0.89
This commit is contained in:
parent
5e22b4b8bb
commit
6187e8278a
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
let carapace_completer = {|spans|
|
let carapace_completer = {|spans|
|
||||||
carapace $spans.0 nushell $spans | from json
|
carapace $spans.0 nushell ... | from json
|
||||||
}
|
}
|
||||||
|
|
||||||
# The default config record. This is where much of your global configuration is setup.
|
# The default config record. This is where much of your global configuration is setup.
|
||||||
|
|
Loading…
Reference in a new issue