Add Drush abbreviations
This commit is contained in:
parent
3a9f53735b
commit
4973f53114
|
@ -141,3 +141,13 @@ abbr cu="composer update"
|
||||||
abbr cul="composer update --lock"
|
abbr cul="composer update --lock"
|
||||||
abbr cw="composer why"
|
abbr cw="composer why"
|
||||||
abbr cwn="composer why-not"
|
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"
|
||||||
|
|
Loading…
Reference in a new issue