mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
feat(composer): add cuh alias for updating global packages (#6048)
Closes #6048
This commit is contained in:
parent
cbd8481fe3
commit
d384ccf31d
2 changed files with 20 additions and 18 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue