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:40:06 +01:00 committed by GitHub
parent 90b9075627
commit 27bf3207c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,9 +35,9 @@ impl TryFrom<CmdCow> for SearchOpt {
pub enum SearchOptVia { pub enum SearchOptVia {
// TODO: remove `None` in the future // TODO: remove `None` in the future
None, None,
Rga,
Rg, Rg,
Fd, Fd,
Rga,
} }
impl From<&str> for SearchOptVia { impl From<&str> for SearchOptVia {