Fixed changed yazi config attribute

This commit is contained in:
2026-06-02 10:21:40 +01:00
parent 2518de3c92
commit 78ba202389
+2 -2
View File
@@ -24,6 +24,6 @@ append_previewers = [
{ url = "*", run = "hexyl" },
]
prepend_fetchers = [
{ id = "git", url = "*", run = "git" },
{ id = "git", url = "*/", run = "git" },
{ group = "git", url = "*", run = "git" },
{ group = "git", url = "*/", run = "git" },
]