From 462a55358c51b203b08b187abfbc228e3138d086 Mon Sep 17 00:00:00 2001 From: Kid <44045911+kidonng@users.noreply.github.com> Date: Mon, 17 Jan 2022 07:54:29 +0800 Subject: [PATCH] Quote more --- shell/navi.plugin.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/navi.plugin.fish b/shell/navi.plugin.fish index 4c4a4c5..5ee6c89 100644 --- a/shell/navi.plugin.fish +++ b/shell/navi.plugin.fish @@ -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