Skip to content

Commit

Permalink
Quote more
Browse files Browse the repository at this point in the history
  • Loading branch information
kidonng authored Jan 16, 2022
1 parent 9f35e3e commit 462a553
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shell/navi.plugin.fish
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ function _navi_smart_replace
end

if test -z "$best_match"
commandline -p (navi --print --query $current_process)
commandline -p (navi --print --query "$current_process")
else if test "$current_process" != "$best_match"
commandline -p $best_match
else
commandline -p (navi --print --query $current_process)
commandline -p (navi --print --query "$current_process")
end
end

Expand Down

0 comments on commit 462a553

Please sign in to comment.