Add composer abbreviations
This commit is contained in:
parent
6ed99e1a7b
commit
71ff140285
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue