Run fish_indent

This commit is contained in:
Kid 2022-01-16 19:06:57 +08:00
parent 53c1ddf42f
commit ad49f43157

View file

@ -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