fix: mime-ext plugin should not run on dummy files
This commit is contained in:
@@ -17,7 +17,7 @@ Add this to your `~/.config/yazi/yazi.toml`:
|
|||||||
```toml
|
```toml
|
||||||
[[plugin.prepend_fetchers]]
|
[[plugin.prepend_fetchers]]
|
||||||
id = "mime"
|
id = "mime"
|
||||||
if = "!mime"
|
if = "!(mime|dummy)"
|
||||||
name = "*"
|
name = "*"
|
||||||
run = "mime-ext"
|
run = "mime-ext"
|
||||||
prio = "high"
|
prio = "high"
|
||||||
|
|||||||
Reference in New Issue
Block a user