From 90b90756274b15fdc6a213d5de2c7bcf4d4843f7 Mon Sep 17 00:00:00 2001 From: paperbenni Date: Sun, 23 Feb 2025 15:39:52 +0100 Subject: [PATCH] Update yazi-proxy/src/options/search.rs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 三咲雅 · Misaki Masa --- yazi-proxy/src/options/search.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yazi-proxy/src/options/search.rs b/yazi-proxy/src/options/search.rs index e87c5e97..7cb57446 100644 --- a/yazi-proxy/src/options/search.rs +++ b/yazi-proxy/src/options/search.rs @@ -55,8 +55,8 @@ impl Display for SearchOptVia { fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { f.write_str(match self { Self::Rg => "rg", - Self::Rga => "rga", Self::Fd => "fd", + Self::Rga => "rga", Self::None => "none", }) }