From b4a8afc2cfdbd91dedf2f387427c0984cad6d54a Mon Sep 17 00:00:00 2001 From: VinX Date: Thu, 3 Jul 2025 12:31:19 +0000 Subject: Support for FreeBSD-style ls Coloring If LSCOLORS is undefined or partially defined (missing some of the eleven expected value pairs), the patch will automatically fill in those missing values with default colors. However, if the LS_COLORS environment variable is already defined, the application prefer the LS_COLORS approach, maintaining current working flow of the program. --- tests/bfs/color_bsd.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/bfs/color_bsd.sh (limited to 'tests/bfs/color_bsd.sh') diff --git a/tests/bfs/color_bsd.sh b/tests/bfs/color_bsd.sh new file mode 100644 index 0000000..f8a777f --- /dev/null +++ b/tests/bfs/color_bsd.sh @@ -0,0 +1 @@ +LSCOLORS="eB" bfs_diff rainbow -color -- cgit v1.2.3