mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
Merge pull request #1634 from Anahkiasen/patch-1
Add alias for "composer dump-autoload"
This commit is contained in:
commit
cb8ccaf3cc
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ alias csu='composer self-update'
|
|||
alias cu='composer update'
|
||||
alias ci='composer install'
|
||||
alias ccp='composer create-project'
|
||||
alias cdu='composer dump-autoload'
|
||||
|
||||
# install composer in the current directory
|
||||
alias cget='curl -s https://getcomposer.org/installer | php'
|
||||
|
|
Loading…
Reference in a new issue