From a3271eeec0605f53ccceae5bd803f9ea750c454e Mon Sep 17 00:00:00 2001 From: Ahwx Date: Fri, 12 Jun 2026 17:07:22 +0200 Subject: [PATCH] feat: adds compose abbreviation --- modules/home/zsh.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/home/zsh.nix b/modules/home/zsh.nix index 45cc284..cf9b231 100644 --- a/modules/home/zsh.nix +++ b/modules/home/zsh.nix @@ -232,10 +232,9 @@ gc = "git clone"; ga = "git add ."; gcm = "git commit -m"; - gph = "git push -u origin main"; g = "git"; gp = "git pull"; - + compose = "docker compose"; wiki = "wikit"; }; };