Merge pull request #1449 from bricewge/fd-nocolor

projectile: fd never use colors
This commit is contained in:
Henrik Lissner 2019-06-07 13:29:55 +02:00 committed by GitHub
commit 1840868c57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,7 +104,7 @@ c) are not valid projectile projects."
((executable-find doom-projectile-fd-binary)
(setq projectile-git-command (concat
doom-projectile-fd-binary
" . --type f -0 -H -E .git")
" . --color=never --type f -0 -H -E .git")
projectile-generic-command projectile-git-command))
;; Otherwise, resort to ripgrep, which is also faster than find.