diff --git a/atuin/src/shell/atuin.fish b/atuin/src/shell/atuin.fish index de90b15..344c7d1 100644 --- a/atuin/src/shell/atuin.fish +++ b/atuin/src/shell/atuin.fish @@ -18,7 +18,7 @@ function _atuin_search set h (RUST_LOG=error atuin search $argv -i -- (commandline -b) 3>&1 1>&2 2>&3) commandline -f repaint if test -n "$h" - commandline -r $h + commandline -r "$h" end end