diff --git a/lib/terminal-colors.d.5.adoc b/lib/terminal-colors.d.5.adoc index 32a4c09c6..235d94783 100644 --- a/lib/terminal-colors.d.5.adoc +++ b/lib/terminal-colors.d.5.adoc @@ -33,13 +33,13 @@ The _term_ is a terminal identifier (the TERM environment variable). The termina The _type_ is a file type. Supported file types are: *disable*:: - Turns off output colorization for all compatible utilities. +Turns off output colorization for all compatible utilities. *enable*:: - Turns on output colorization; any matching *disable* files are ignored. +Turns on output colorization; any matching *disable* files are ignored. *scheme*:: - Specifies colors used for output. The file format may be specific to the utility, the default format is described below. +Specifies colors used for output. The file format may be specific to the utility, the default format is described below. If there are more files that match for a utility, then the file with the more specific filename wins. For example, the filename "@xterm.scheme" has less priority than "dmesg@xterm.scheme". The lowest priority are those files without a utility name and terminal identifier (e.g., "disable"). @@ -129,12 +129,14 @@ Lines where the first non-blank character is a # (hash) are ignored. Any other u == ENVIRONMENT TERMINAL_COLORS_DEBUG=all:: - enables debug output. +enables debug output. == FILES _$XDG_CONFIG_HOME/terminal-colors.d_ + _$HOME/.config/terminal-colors.d_ + _/etc/terminal-colors.d_ == EXAMPLE