trapd00r / zsh-syntax-highlighting-filetypes

zsh syntax highlighting with dircolors in realtime
155 stars 17 forks source link

LS_COLOR naming mismatch #9

Closed epaaj closed 5 years ago

epaaj commented 6 years ago

This project uses ~/.LS_COLORS but the quick install for LS_COLORS stores the file as .dircolors. It would be better if they used the same path/name for an easier installation for people who can't or just don't want to have to look at the source code.

trapd00r commented 5 years ago

But we never use a file at all; we extract values from the $LS_COLORS environment variable that will be populated when you run the dircolors command, no matter what the filename is.