From 4973f53114d6c0f7f66cbfd7c5c56ab9f09d5446 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 17 Dec 2024 13:00:00 +0000 Subject: [PATCH] Add Drush abbreviations --- .../home-manager/features/cli/zsh/abbreviations.zsh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/nix/modules/home-manager/features/cli/zsh/abbreviations.zsh b/nix/modules/home-manager/features/cli/zsh/abbreviations.zsh index a42cebc..aa61061 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"