From 501683c5ab604a9db9119de0c54dd3a54436e8bb Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 28 Jun 2025 10:23:23 +0100 Subject: [PATCH] Add `gba` abbreviation --- modules/home-manager/cli/zsh/abbreviations.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home-manager/cli/zsh/abbreviations.nix b/modules/home-manager/cli/zsh/abbreviations.nix index 568add15..90d1d5ce 100644 --- a/modules/home-manager/cli/zsh/abbreviations.nix +++ b/modules/home-manager/cli/zsh/abbreviations.nix @@ -24,6 +24,7 @@ gan = "git add -N"; gap = "git add -p"; gb = "git branch"; + gba = "git branch --all"; gbl = "git blame"; gc = "git commit"; gca = "git commit --amend";