fix: mime-ext plugin should not run on dummy files

This commit is contained in:
sxyazi
2024-11-28 16:31:15 +08:00
parent 2491a93e2c
commit d85bfd6f31

View File

@@ -17,7 +17,7 @@ Add this to your `~/.config/yazi/yazi.toml`:
```toml
[[plugin.prepend_fetchers]]
id = "mime"
if = "!mime"
if = "!(mime|dummy)"
name = "*"
run = "mime-ext"
prio = "high"