Update yazi-proxy/src/options/search.rs

Co-authored-by: 三咲雅 · Misaki Masa <sxyazi@gmail.com>
This commit is contained in:
paperbenni 2025-02-23 15:39:52 +01:00 committed by GitHub
parent 5c905a8c29
commit 90b9075627
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",
})
}