diff --git a/nix/modules/home-manager/features/cli/zsh/abbreviations.zsh b/nix/modules/home-manager/features/cli/zsh/abbreviations.zsh
index 1e005b0c..a42cebc4 100644
--- a/nix/modules/home-manager/features/cli/zsh/abbreviations.zsh
+++ b/nix/modules/home-manager/features/cli/zsh/abbreviations.zsh
@@ -1,4 +1,4 @@
-abbr c="clear"
+abbr cl="clear"
 abbr cs="create-script"
 abbr daily="run create-daily next"
 abbr rst="rst2pdf"
@@ -133,3 +133,11 @@ abbr dvp="devenv processes"
 abbr dvs="devenv shell"
 abbr dvt="devenv tasks"
 abbr dvu="devenv up"
+
+abbr c="composer"
+abbr cr="composer require"
+abbr crd="composer require drupal/%"
+abbr cu="composer update"
+abbr cul="composer update --lock"
+abbr cw="composer why"
+abbr cwn="composer why-not"