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"; }; };