mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
Update yazi-proxy/src/options/search.rs
Co-authored-by: 三咲雅 · Misaki Masa <sxyazi@gmail.com>
This commit is contained in:
parent
5c905a8c29
commit
90b9075627
1 changed files with 1 additions and 1 deletions
|
|
@ -55,8 +55,8 @@ impl Display for SearchOptVia {
|
||||||
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
|
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
|
||||||
f.write_str(match self {
|
f.write_str(match self {
|
||||||
Self::Rg => "rg",
|
Self::Rg => "rg",
|
||||||
Self::Rga => "rga",
|
|
||||||
Self::Fd => "fd",
|
Self::Fd => "fd",
|
||||||
|
Self::Rga => "rga",
|
||||||
Self::None => "none",
|
Self::None => "none",
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue