diff options
Diffstat (limited to '.config/yazi/yazi.toml')
-rw-r--r-- | .config/yazi/yazi.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/yazi/yazi.toml b/.config/yazi/yazi.toml index 7f1fde1..7137bf8 100644 --- a/.config/yazi/yazi.toml +++ b/.config/yazi/yazi.toml @@ -1,2 +1,12 @@ [mgr] show_hidden = true + +[[plugin.prepend_fetchers]] +id = "git" +name = "*" +run = "git" + +[[plugin.prepend_fetchers]] +id = "git" +name = "*/" +run = "git" |