From 821e2b228e51b2b8fc7f4832bd3360c4c78e9623 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Sat, 17 May 2025 16:50:56 +0300 Subject: [PATCH] tree: automatically choose coloring --- modules/common/nushell/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/common/nushell/default.nix b/modules/common/nushell/default.nix index 8e8005a..d6a3287 100644 --- a/modules/common/nushell/default.nix +++ b/modules/common/nushell/default.nix @@ -17,7 +17,7 @@ in { rm = "rm --recursive --verbose"; pstree = "pstree -g 2"; - tree = "tree -CF --dirsfirst"; + tree = "tree -F --dirsfirst"; }; systemPackages = attrValues {