1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-08-01 12:37:46 +00:00

Add pstree

This commit is contained in:
RGBCube 2023-11-22 09:54:22 +03:00
parent 87cda2a330
commit 5d589a0f58
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View file

@ -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";
}; };
}; };
}) })

View file

@ -6,6 +6,7 @@
gotop gotop
hyperfine hyperfine
nix-output-monitor nix-output-monitor
pstree
ripgrep ripgrep
strace strace
tree tree