Add cda alias for composer dump-autoload

This catches me out all the time. Surely the alias should be `cda`, not `cdu`

I've left `cdu` in there for people that are used to typing that now.
This commit is contained in:
Mark Beech 2016-04-29 14:42:58 +01:00
commit f038d0227c

View file

@ -42,6 +42,7 @@ alias cr='composer require'
alias ci='composer install'
alias ccp='composer create-project'
alias cdu='composer dump-autoload'
alias cda='composer dump-autoload'
alias cgu='composer global update'
alias cgr='composer global require'