mirror of
https://github.com/atuinsh/atuin.git
synced 2025-02-04 12:41:00 +01:00
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
@ -46,3 +46,5 @@ $env.config = (
|
||||
$env.config.hooks | get -i pre_prompt | default [] | append $_atuin_pre_prompt)
|
||||
)
|
||||
)
|
||||
|
||||
$env.config = ($env.config | default [] keybindings)
|
||||
|
Loading…
Reference in New Issue
Block a user