add cyme - lsusb rust based pretty replacement
This commit is contained in:
parent
650354860b
commit
958416516d
2 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,7 @@ in
|
||||||
lt = "${pkgs.lsd}/bin/lsd --tree";
|
lt = "${pkgs.lsd}/bin/lsd --tree";
|
||||||
lla = "${pkgs.lsd}/bin/lsd -la";
|
lla = "${pkgs.lsd}/bin/lsd -la";
|
||||||
tm = "tmux attach -t (basename $PWD) || tmux new -s (basename $PWD)";
|
tm = "tmux attach -t (basename $PWD) || tmux new -s (basename $PWD)";
|
||||||
|
lsusb = "cyme --headings --tree --hide-buses";
|
||||||
x = "exit";
|
x = "exit";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -23,6 +23,7 @@ with config;
|
||||||
shfmt
|
shfmt
|
||||||
statix
|
statix
|
||||||
tmux
|
tmux
|
||||||
|
unstable.cyme
|
||||||
unstable.helix
|
unstable.helix
|
||||||
|
|
||||||
# flake imports
|
# flake imports
|
||||||
|
|
Loading…
Reference in a new issue