From 7e7dd63966cd8eae7ec61f7e419e0b72a45ff580 Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Tue, 14 Feb 2023 23:21:22 +0100 Subject: [PATCH] fish: Fix `atuin init` for the fish shell (#699) --- src/shell/atuin.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shell/atuin.fish b/src/shell/atuin.fish index 727d1377..de90b156 100644 --- a/src/shell/atuin.fish +++ b/src/shell/atuin.fish @@ -15,7 +15,7 @@ function _atuin_postexec --on-event fish_postexec end function _atuin_search - set h (RUST_LOG=error atuin search $* -i -- (commandline -b) 3>&1 1>&2 2>&3) + 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