From c24b350392a52fbb0bb64592b027ae7501d4f5ad Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Wed, 29 Jan 2025 19:38:46 -0500 Subject: [PATCH] global/git: add git absorb alias --- users/modules/global/git.nix | 1 + 1 file changed, 1 insertion(+) 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";