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:
parent
c1ff3c3117
commit
48b31d4d55
1 changed files with 3 additions and 1 deletions
|
@ -8,11 +8,13 @@ homeManagerConfiguration "nixos" {
|
||||||
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
g = "git";
|
g = "git";
|
||||||
ga = "git add .";
|
ga = "git add ./";
|
||||||
gb = "git rebase -i";
|
gb = "git rebase -i";
|
||||||
gc = "git commit -m";
|
gc = "git commit -m";
|
||||||
gca = "git commit --amend";
|
gca = "git commit --amend";
|
||||||
gcl = "git clone";
|
gcl = "git clone";
|
||||||
|
gd = "git diff";
|
||||||
|
gds = "git diff --staged";
|
||||||
gp = "git push";
|
gp = "git push";
|
||||||
gs = "git status";
|
gs = "git status";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue