From eec794002ec488edffe6a0ed5c31dfe19c5fcbab Mon Sep 17 00:00:00 2001 From: Ahurac Date: Tue, 19 Nov 2024 10:29:21 +0100 Subject: [PATCH] fix(git): no -a in branch alias --- common/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/home.nix b/common/home.nix index f336881..dabf79e 100644 --- a/common/home.nix +++ b/common/home.nix @@ -172,7 +172,7 @@ m = "merge"; l = "log"; graph = "log --graph --oneline --all"; - b = "branch -a"; + b = "branch"; sh = "show"; ds = "diff --staged"; };