From 6f92e080d4902c6a152b12bb09b45c7620518b81 Mon Sep 17 00:00:00 2001 From: Elias Almqvist Date: Fri, 30 Aug 2024 14:04:03 -0700 Subject: [PATCH] shortcut ga gc --- nix-darwin/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix-darwin/home.nix b/nix-darwin/home.nix index ef78d1a..87f0c88 100644 --- a/nix-darwin/home.nix +++ b/nix-darwin/home.nix @@ -245,6 +245,7 @@ cr = "cd $(git rev-parse --show-toplevel)"; nd = "nix develop -c $SHELL"; ls = "ls --color"; + gac = "git add -A && git commit -m"; }; oh-my-zsh = { enable = true;