Add Drush abbreviations

This commit is contained in:
Oliver Davies 2024-12-17 13:00:00 +00:00
parent 3a9f53735b
commit 4973f53114

View file

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