fixes yazi setup

This commit is contained in:
Michel Fedde 2025-05-09 13:16:37 +02:00
parent bb2b0375b7
commit 45b0d44136
9 changed files with 62 additions and 61 deletions

View file

@ -6,3 +6,13 @@ prepend_fetchers = [
{ id = "git", name = "*", run = "git" },
{ id = "git", name = "*/", run = "git" }
]
prepend_previewers = [
# Archive previewer
{ mime = "application/*zip", run = "ouch" },
{ mime = "application/x-tar", run = "ouch" },
{ mime = "application/x-bzip2", run = "ouch" },
{ mime = "application/x-7z-compressed", run = "ouch" },
{ mime = "application/x-rar", run = "ouch" },
{ mime = "application/x-xz", run = "ouch" },
{ mime = "application/xz", run = "ouch" },
]