mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
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:
parent
1b1315a777
commit
f038d0227c
1 changed files with 1 additions and 0 deletions
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue