1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Tweak nushell aliases part 2

This commit is contained in:
RGBCube 2023-05-07 22:24:38 +03:00
parent c1ff3c3117
commit 48b31d4d55

View file

@ -8,11 +8,13 @@ homeManagerConfiguration "nixos" {
shellAliases = {
g = "git";
ga = "git add .";
ga = "git add ./";
gb = "git rebase -i";
gc = "git commit -m";
gca = "git commit --amend";
gcl = "git clone";
gd = "git diff";
gds = "git diff --staged";
gp = "git push";
gs = "git status";