mirror of
https://github.com/RGBCube/ncc
synced 2025-07-31 12:07:48 +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";
|
||||
sl = "ls";
|
||||
|
||||
tree = "^tree -C";
|
||||
pstree = "pstree -g 2";
|
||||
tree = "tree -C";
|
||||
};
|
||||
};
|
||||
})
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
gotop
|
||||
hyperfine
|
||||
nix-output-monitor
|
||||
pstree
|
||||
ripgrep
|
||||
strace
|
||||
tree
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue