From 7241d6cc35134fcb5ec6dfa81bbd01e430b2415f Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Fri, 15 Apr 2022 13:31:22 -0400 Subject: color: Support a separate $BFS_COLORS environment variable --- bfs.1 | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'bfs.1') diff --git a/bfs.1 b/bfs.1 index b9288e8..53a9831 100644 --- a/bfs.1 +++ b/bfs.1 @@ -715,16 +715,26 @@ Yes/no prompts (e.g. from .BR \-ok ) will also be interpreted according to the current locale. .RE -.TP +.PP .B LS_COLORS +.br +.B BFS_COLORS +.RS Controls the colors used when displaying file paths if .B \-color is enabled. .B bfs -interprets this environment variable is interpreted the same way GNU +interprets +.B LS_COLORS +the same way GNU .BR ls (1) does (see .BR dir_colors (5)). +.B BFS_COLORS +can be used to customize +.B bfs +without affecting other commands. +.RE .TP .B NO_COLOR Causes -- cgit v1.2.3