summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorKarel Zak2014-05-13 13:26:50 +0200
committerKarel Zak2014-05-13 13:27:03 +0200
commit9e147794ca344e2e8151fd742662cbd2977459be (patch)
tree5b65890065576129301f6428f776e4f05bc4c7a8 /lib
parentagetty: fix odd check for chardev/tty (diff)
downloadkernel-qcow2-util-linux-9e147794ca344e2e8151fd742662cbd2977459be.tar.gz
kernel-qcow2-util-linux-9e147794ca344e2e8151fd742662cbd2977459be.tar.xz
kernel-qcow2-util-linux-9e147794ca344e2e8151fd742662cbd2977459be.zip
lib/colors: add to the man page hint about $HOME stuff
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/terminal-colors.d.513
1 files changed, 12 insertions, 1 deletions
diff --git a/lib/terminal-colors.d.5 b/lib/terminal-colors.d.5
index f9e15828c..d16d7674a 100644
--- a/lib/terminal-colors.d.5
+++ b/lib/terminal-colors.d.5
@@ -44,6 +44,12 @@ specific filename wins. For example filename "@xterm.scheme" has less
priority than "dmesg@xterm.scheme". The lowest priority have files without
utility name and terminal identifier (e.g. "disable").
+The user specific
+.IR $XDG_CONFIG_HOME/terminal-colors.d
+or
+.IR $HOME/.config/terminal-colors.d
+overrides the global setting.
+
.SH EXAMPLES
Disable colors for all compatible utilities:
.RS
@@ -156,7 +162,12 @@ output use:
.br
.RE
-
+.SH FILES
+.IR $XDG_CONFIG_HOME/terminal-colors.d
+.br
+.IR $HOME/.config/terminal-colors.d
+.br
+.IR /etc/terminal-colors.d
.SH COMPATIBILITY
The terminal-colors.d functionality is currently supported by all util-linux