diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/shell/atuin.fish | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
