From ef4d95a093f93c37d55c631a7e787b81b35f7185 Mon Sep 17 00:00:00 2001 From: sxyazi Date: Sun, 17 Mar 2024 01:00:20 +0800 Subject: [PATCH] .. --- yazi-boot/src/boot.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yazi-boot/src/boot.rs b/yazi-boot/src/boot.rs index 923e5604..9f9d3068 100644 --- a/yazi-boot/src/boot.rs +++ b/yazi-boot/src/boot.rs @@ -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"))?;