handle empty keybindings list for nushell (#1270)
fixes #1189 Co-authored-by: Daniel Carosone <dan@geek.com.au>
This commit is contained in:
parent
504400673f
commit
a195c389b6
1 changed files with 2 additions and 0 deletions
|
@ -46,3 +46,5 @@ $env.config = (
|
||||||
$env.config.hooks | get -i pre_prompt | default [] | append $_atuin_pre_prompt)
|
$env.config.hooks | get -i pre_prompt | default [] | append $_atuin_pre_prompt)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
$env.config = ($env.config | default [] keybindings)
|
||||||
|
|
Loading…
Reference in a new issue