feat(composer): add cuh alias for updating global packages (#6048)

Closes #6048
This commit is contained in:
Raphael Stolt
2017-04-25 19:52:55 +02:00
committed by Marc Cornellà
parent cbd8481fe3
commit d384ccf31d
2 changed files with 20 additions and 18 deletions

View File

@ -48,6 +48,7 @@ alias crm='composer remove'
alias cs='composer show'
alias csu='composer self-update'
alias cu='composer update'
alias cuh='composer update --working-dir=$(composer config -g home)'
## If Composer not found, try to add known directories to $PATH