feat(shell): add alias for listing all packages
This commit is contained in:
parent
6283a63524
commit
be1069f5b9
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
||||||
gs = "git status";
|
gs = "git status";
|
||||||
ai = "aichat -r %shell% -e";
|
ai = "aichat -r %shell% -e";
|
||||||
cd = "z";
|
cd = "z";
|
||||||
|
list-all-packages = "nix-store --query --requisites /run/current-system | cut -d- -f2- | sort | uniq";
|
||||||
};
|
};
|
||||||
editorconfig = {
|
editorconfig = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue