fish: Fix atuin init
for the fish shell (#699)
This commit is contained in:
parent
1f7d3a34e7
commit
7e7dd63966
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ function _atuin_postexec --on-event fish_postexec
|
||||||
end
|
end
|
||||||
|
|
||||||
function _atuin_search
|
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
|
commandline -f repaint
|
||||||
if test -n "$h"
|
if test -n "$h"
|
||||||
commandline -r $h
|
commandline -r $h
|
||||||
|
|
Loading…
Reference in a new issue