feat: adds compose abbreviation

This commit is contained in:
Ahwx 2026-06-12 17:07:22 +02:00
parent cb468cbc4c
commit a3271eeec0

View file

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