From 1b41b58e686cdd03a6b198a82a3727eca2de7613 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Tue, 15 Oct 2024 03:16:57 +0200 Subject: [PATCH] Edit aliases --- home/programs/shell/zsh.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/programs/shell/zsh.nix b/home/programs/shell/zsh.nix index 623ef80..fd76ec8 100644 --- a/home/programs/shell/zsh.nix +++ b/home/programs/shell/zsh.nix @@ -70,9 +70,9 @@ in { note = "notes"; # git + g = "lazygit"; ga = "git add"; gc = "git commit"; - gcm = "git commit -m"; gcu = "git add . && git commit -m 'Update'"; gp = "git push"; gpl = "git pull"; @@ -83,7 +83,7 @@ in { gbr = "git branch"; gaa = "git add ."; - gcc = "git commit -m"; + gcm = "git commit -m"; }; }; }