Skip to content

Commit

Permalink
handle empty keybindings list for nushell
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Carosone committed Sep 29, 2023
1 parent 7067d77 commit 6943bb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions atuin/src/shell/atuin.nu
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,5 @@ $env.config = (
$env.config.hooks | get -i pre_prompt | default [] | append $_atuin_pre_prompt)
)
)

$env.config = ($env.config | default [] keybindings)

0 comments on commit 6943bb1

Please sign in to comment.