diff --git a/nix/modules/home-manager/features/cli/zsh/abbreviations.zsh b/nix/modules/home-manager/features/cli/zsh/abbreviations.zsh
index a42cebc4..aa610615 100644
--- a/nix/modules/home-manager/features/cli/zsh/abbreviations.zsh
+++ b/nix/modules/home-manager/features/cli/zsh/abbreviations.zsh
@@ -141,3 +141,13 @@ abbr cu="composer update"
 abbr cul="composer update --lock"
 abbr cw="composer why"
 abbr cwn="composer why-not"
+
+abbr d="drush"
+abbr dce="drush config:export -y"
+abbr dci="drush config:import -y"
+abbr dcr="drush cache:rebuild"
+abbr den="drush pm:enable -y"
+abbr deu="drush pm:uninstall"
+abbr dscr="drush php:script"
+abbr duli="drush uli"
+abbr dup="drush updatedb -y"