diff options
author | awy <awy@awy.one> | 2025-09-14 19:06:01 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-09-14 19:06:01 +0300 |
commit | 0f82b66de5668deacc7a29aeb12399d98213ce29 (patch) | |
tree | 8917ddb7ead7ab638e97efe3e1d619318cd095f4 /.config/yazi/yazi.toml | |
parent | ec7330d8212b4881e86d5e06f17d5dfd0633b922 (diff) | |
download | hyprdots-everforest.tar.gz |
yazieverforest
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" |