Skip to content

Commit

Permalink
Change CLICOLOR to NO_COLOR
Browse files Browse the repository at this point in the history
  • Loading branch information
jhasse authored Jun 14, 2023
1 parent b1ad692 commit 3a22aaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Windows, or need to be passed a parameter like `--color`, `--ansi` or
That's why this page tries to create some sort of "standard" which programs
should comply to no matter on which platform they are run.

The idea is to have the environment variables `CLICOLOR` and `CLICOLOR_FORCE` (which are currently
The idea is to have the environment variables `NO_COLOR` and `CLICOLOR_FORCE` (which are currently
already used for this exact reason on some UNIX systems). When set, the following rules
should apply:

Expand Down Expand Up @@ -82,7 +82,7 @@ enable ANSI colors in `cmd.exe`.

## Bug Reports

This is a list of bug reports on the progress of supporting `CLICOLOR`:
This is a list of bug reports on the progress of supporting `CLICOLOR_FORCE`:

* [clang compiler](https://llvm.org/bugs/show_bug.cgi?id=23609)
* [GCC compiler](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80271)
Expand Down

0 comments on commit 3a22aaa

Please sign in to comment.