From 164da4ba206f92af6020e9ee21274bd956191edc Mon Sep 17 00:00:00 2001 From: albert Date: Tue, 21 Nov 2023 20:50:22 +0900 Subject: [PATCH] Add remote build aliases --- home-manager/common/software/cli/bash.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";