From e7141d2c9615e4065fe68d771bdb9439a318f5be Mon Sep 17 00:00:00 2001 From: Aria Date: Sun, 2 Dec 2018 00:06:46 +1100 Subject: [PATCH] use --type f with fd will show folders otherwise --- modules/tools/magit/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tools/magit/config.el b/modules/tools/magit/config.el index d04089366..7b8a96d88 100644 --- a/modules/tools/magit/config.el +++ b/modules/tools/magit/config.el @@ -53,7 +53,7 @@ what features are available.") ;; fd is a rust program that is significantly faster. It also respects ;; .gitignore. This is recommended in the projectile docs (when (executable-find "fd") - (setq projectile-git-command "fd . -0" + (setq projectile-git-command "fd . --type f -0" projectile-generic-command projectile-git-command))) (def-package! magit-todos