diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2022-04-15 13:31:22 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2022-04-15 14:45:08 -0400 |
commit | 7241d6cc35134fcb5ec6dfa81bbd01e430b2415f (patch) | |
tree | 3b3dbde25dff9430ca644f680249a6add224f213 /bfs.1 | |
parent | a571aa9ef6f3dc2099ee33c5040f8c54776ddece (diff) | |
download | bfs-7241d6cc35134fcb5ec6dfa81bbd01e430b2415f.tar.xz |
color: Support a separate $BFS_COLORS environment variable
Diffstat (limited to 'bfs.1')
-rw-r--r-- | bfs.1 | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -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 |