From aa3b1439b059deae246ccc75a7fe7961b972ccd8 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Sun, 27 Jul 2025 00:16:39 +0200 Subject: [PATCH] feat: adds `gp` abbreviation --- modules/home/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/zsh.nix b/modules/home/zsh.nix index 795ddf1..28fde10 100644 --- a/modules/home/zsh.nix +++ b/modules/home/zsh.nix @@ -147,6 +147,7 @@ gcm = "git commit -m"; gph = "git push -u origin main"; g = "git"; + gp = "git pull"; calc = "eva"; wikipedia = "wikit";