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"; };