diff --git a/users/modules/global/git.nix b/users/modules/global/git.nix index 33f7cae..368145e 100644 --- a/users/modules/global/git.nix +++ b/users/modules/global/git.nix @@ -79,6 +79,7 @@ sw = "switch"; st = "status -sb"; rb = "rebase -i --autosquash"; + arb = "absorb --and-rebase"; # reset soft = "reset --soft";