feat(shell): add some shell aliases

This commit is contained in:
Mohammad Rafiq 2025-03-29 23:43:20 +08:00
parent aae541293c
commit c38a1b44f9
No known key found for this signature in database

View file

@ -23,6 +23,9 @@
gs = "git status"; gs = "git status";
ai = "aichat -r %shell% -e"; ai = "aichat -r %shell% -e";
cd = "z"; cd = "z";
v = "$EDITOR";
g = "git";
list-all-packages = "nix-store --query --requisites /run/current-system | cut -d- -f2- | sort | uniq"; list-all-packages = "nix-store --query --requisites /run/current-system | cut -d- -f2- | sort | uniq";
}; };