nushell: Update config for nushell 0.89

This commit is contained in:
Erwin Boskma 2024-01-19 16:06:17 +01:00
parent 5e22b4b8bb
commit 6187e8278a
Signed by: erwin
SSH key fingerprint: SHA256:OCinH/khuGY1LA9RG8YLM8GNH6C1DDXBdy3SNE+I5Hw

View file

@ -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.