aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/rl-next/clicolor-clarity.md
diff options
context:
space:
mode:
authorJade Lovelace <lix@jade.fyi>2024-08-12 16:04:22 -0700
committerJade Lovelace <lix@jade.fyi>2024-08-12 16:04:22 -0700
commit7e0fee530939cded2cf036ee8b4cc3cfd1103c0e (patch)
tree2c8efb5417818e3e6400a2c39414988bd2698f9d /doc/manual/rl-next/clicolor-clarity.md
parent5137cea99044d54337e439510a647743110b2d7d (diff)
release: release notes for 2.91.0
Release created with releng/create_release.xsh Change-Id: Ieb6ca02d3cf986b28440fce3792e8c38ce80a33e
Diffstat (limited to 'doc/manual/rl-next/clicolor-clarity.md')
-rw-r--r--doc/manual/rl-next/clicolor-clarity.md26
1 files changed, 0 insertions, 26 deletions
diff --git a/doc/manual/rl-next/clicolor-clarity.md b/doc/manual/rl-next/clicolor-clarity.md
deleted file mode 100644
index 8a289e362..000000000
--- a/doc/manual/rl-next/clicolor-clarity.md
+++ /dev/null
@@ -1,26 +0,0 @@
----
-synopsis: "Better usage of colour control environment variables"
-cls: [1699, 1702]
-credits: [jade]
-category: Improvements
----
-
-Lix now heeds `NO_COLOR`/`NOCOLOR` for more output types, such as that used in `nix search`, `nix flake metadata` and similar.
-
-It also now supports `CLICOLOR_FORCE`/`FORCE_COLOR` to force colours regardless of whether there is a terminal on the other side.
-
-It now follows rules compatible with those described on <https://bixense.com/clicolors/> with `CLICOLOR` defaulted to enabled.
-
-That is to say, the following procedure is followed in order:
-- NO_COLOR or NOCOLOR set
-
- Always disable colour
-- CLICOLOR_FORCE or FORCE_COLOR set
-
- Enable colour
-- The output is a tty; TERM != "dumb"
-
- Enable colour
-- Otherwise
-
- Disable colour