mirror of
https://github.com/RGBCube/ncc
synced 2025-08-01 12:37:46 +00:00
Add pstree
This commit is contained in:
parent
87cda2a330
commit
5d589a0f58
2 changed files with 3 additions and 1 deletions
|
@ -17,7 +17,8 @@
|
||||||
lla = "ls --long --all";
|
lla = "ls --long --all";
|
||||||
sl = "ls";
|
sl = "ls";
|
||||||
|
|
||||||
tree = "^tree -C";
|
pstree = "pstree -g 2";
|
||||||
|
tree = "tree -C";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
gotop
|
gotop
|
||||||
hyperfine
|
hyperfine
|
||||||
nix-output-monitor
|
nix-output-monitor
|
||||||
|
pstree
|
||||||
ripgrep
|
ripgrep
|
||||||
strace
|
strace
|
||||||
tree
|
tree
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue