From c6874f0b3276b21a8a4ea02e06bef1a20d8af412 Mon Sep 17 00:00:00 2001 From: Max Zhuravsky Date: Mon, 6 Dec 2021 02:03:47 +0300 Subject: [PATCH] [baseline] - fix docs and remove gitignore --- .gitignore | 3 --- man/exa.1.md | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 0ae41f6..ede6ac0 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,3 @@ parts prime stage *.snap - -# IntelliJ IDEA files -.idea diff --git a/man/exa.1.md b/man/exa.1.md index 24cec4f..7bafd3f 100644 --- a/man/exa.1.md +++ b/man/exa.1.md @@ -226,7 +226,7 @@ Different terminals display icons differently, as they usually take up more than ## `NO_COLOR` -Disables ANSI colour in the output (regardless of its value). Can be overridden by `--color` option. +Disables colours in the output (regardless of its value). Can be overridden by `--color` option. See `https://no-color.org/` for details.