feat(shell): add some shell aliases
This commit is contained in:
parent
aae541293c
commit
c38a1b44f9
1 changed files with 3 additions and 0 deletions
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue