mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +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 = {
|
||||
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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue