cafehaine / xontrib-xlsd

xontrib-xlsd is the next gen ls command for xonsh shell, inspired by lsd.
GNU General Public License v3.0
21 stars 4 forks source link

How do I change the directories color? #33

Open diego-rapoport opened 2 years ago

diego-rapoport commented 2 years ago

Is there an option to COLORS for directories? Depending on the monitor mine can be a dark blue kind of bolded color almost impossible to read.

cafehaine commented 2 years ago

You could probably use the LS_COLOR environment variable, as described in this issue: https://github.com/cafehaine/xontrib-xlsd/issues/11

It could probably be better documented in the README.

Let me know if this is good enough for you!

diego-rapoport commented 2 years ago

It did work! Thanks a lot.

Can I make a PR to improve the README in this matter? Really would love to contribute.

cafehaine commented 2 years ago

Sure, have a go at it!