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:
parent
afbe63fa0b
commit
821e2b228e
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue