1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 11:07:44 +00:00

tree: automatically choose coloring

This commit is contained in:
RGBCube 2025-05-17 16:50:56 +03:00
parent afbe63fa0b
commit 821e2b228e
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -17,7 +17,7 @@ in {
rm = "rm --recursive --verbose"; rm = "rm --recursive --verbose";
pstree = "pstree -g 2"; pstree = "pstree -g 2";
tree = "tree -CF --dirsfirst"; tree = "tree -F --dirsfirst";
}; };
systemPackages = attrValues { systemPackages = attrValues {