From: Karel Zak Date: Tue, 13 May 2014 11:26:50 +0000 (+0200) Subject: lib/colors: add to the man page hint about $HOME stuff X-Git-Tag: v2.25-rc1~159 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9e147794ca344e2e8151fd742662cbd2977459be;p=thirdparty%2Futil-linux.git lib/colors: add to the man page hint about $HOME stuff Signed-off-by: Karel Zak --- diff --git a/lib/terminal-colors.d.5 b/lib/terminal-colors.d.5 index f9e15828c1..d16d7674a8 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