mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
..
This commit is contained in:
parent
d400b33a3c
commit
ef4d95a093
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ impl Boot {
|
|||
writeln!(
|
||||
s,
|
||||
" default: {:?}",
|
||||
yazi_config::OPEN.openers("bulk.txt", "text/plain").and_then(|a| a.first().cloned())
|
||||
yazi_config::OPEN.openers("f75a.txt", "text/plain").and_then(|a| a.first().cloned())
|
||||
)?;
|
||||
writeln!(s, " block: {:?}", yazi_config::OPEN.block_opener("bulk.txt", "text/plain"))?;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue