diff --git a/home-manager/common/software/cli/bash.nix b/home-manager/common/software/cli/bash.nix index 259ddd2d..64e85ea7 100644 --- a/home-manager/common/software/cli/bash.nix +++ b/home-manager/common/software/cli/bash.nix @@ -107,7 +107,7 @@ cat = "bat"; # git - g = "git"; + g = "git"; ga = "git add -A"; gb = "git branch"; gc = "git commit";