From 78ba202389b0505e151226005a2865a44dddca1a Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Tue, 2 Jun 2026 10:21:40 +0100 Subject: [PATCH] Fixed changed yazi config attribute --- dot_config/yazi/yazi.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_config/yazi/yazi.toml b/dot_config/yazi/yazi.toml index 1cfc417..1f5a93b 100644 --- a/dot_config/yazi/yazi.toml +++ b/dot_config/yazi/yazi.toml @@ -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" }, ]