From ace1beecc90f82578c6664552dc1c54f8ff24073 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Mon, 22 Apr 2024 20:44:06 +0200 Subject: [PATCH] add shell alias --- modules/home/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/zsh.nix b/modules/home/zsh.nix index 8b94ac1..2a16b11 100644 --- a/modules/home/zsh.nix +++ b/modules/home/zsh.nix @@ -53,6 +53,7 @@ gpso = "git push origin"; gc = "git commit"; gcm = "git commit -m"; + gcma = "git add --all && git commit -m"; gtag = "git tag -ma"; gch = "git checkout"; gchb = "git checkout -b";