fixes yazi setup
This commit is contained in:
parent
bb2b0375b7
commit
45b0d44136
9 changed files with 62 additions and 61 deletions
|
|
@ -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" },
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue