mirror of
https://github.com/denisidoro/navi
synced 2024-11-22 03:23:05 +00:00
Run fish_indent
This commit is contained in:
parent
53c1ddf42f
commit
ad49f43157
1 changed files with 20 additions and 20 deletions
|
@ -6,7 +6,7 @@ function _navi_smart_replace
|
||||||
else
|
else
|
||||||
set -l best_match (navi --print --best-match --query $current_process)
|
set -l best_match (navi --print --best-match --query $current_process)
|
||||||
|
|
||||||
if not test $best_match > /dev/null
|
if not test $best_match >/dev/null
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue