mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
projectile: fd never use colors
Prevent projectile-find-file to be littered with escape codes when the environment variable LS_COLORS is set.
This commit is contained in:
@ -104,7 +104,7 @@ c) are not valid projectile projects."
|
||||
;; in the projectile docs
|
||||
((executable-find doom-projectile-fd-binary)
|
||||
(setq projectile-git-command (concat
|
||||
doom-projectile-fd-binary
|
||||
doom-projectile-fd-binary
|
||||
" . --color=never --type f -0 -H -E .git")
|
||||
projectile-generic-command projectile-git-command))
|
||||
|
||||
|
Reference in New Issue
Block a user