From e2f90dba446d47bb496a4a28341306692e9626b6 Mon Sep 17 00:00:00 2001 From: David Peter Date: Mon, 25 May 2020 16:47:51 +0200 Subject: [PATCH] Update LS_COLORS help text --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ea2e2d..125ccb8 100644 --- a/README.md +++ b/README.md @@ -93,8 +93,8 @@ in [ripgrep](https://github.com/BurntSushi/ripgrep) (check it out!). variable [`LS_COLORS`](https://linux.die.net/man/5/dir_colors) has to be set. Typically, the value of this variable is set by the `dircolors` command which provides a convenient configuration format to define colors for different file formats. -On most distributions, `LS_COLORS` should be set already. If you are looking for alternative, more -complete (and more colorful) variants, see +On most distributions, `LS_COLORS` should be set already. If you are on Windows or if you are looking +for alternative, more complete (or more colorful) variants, see [here](https://github.com/sharkdp/vivid), [here](https://github.com/seebi/dircolors-solarized) or [here](https://github.com/trapd00r/LS_COLORS).