Skip to content

Commit

Permalink
Update composer.plugin.zsh (ohmyzsh#5889)
Browse files Browse the repository at this point in the history
Adds remove/global remove and optimize-autoloader commands.
  • Loading branch information
travoltron authored and fhenrysson committed Mar 9, 2017
1 parent 2a2521b commit e31975e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/composer/composer.plugin.zsh
Expand Up @@ -39,11 +39,14 @@ alias c='composer'
alias csu='composer self-update'
alias cu='composer update'
alias cr='composer require'
alias crm='composer remove'
alias ci='composer install'
alias ccp='composer create-project'
alias cdu='composer dump-autoload'
alias cdo='composer dump-autoload --optimize-autoloader'
alias cgu='composer global update'
alias cgr='composer global require'
alias cgrm='composer global remove'

# install composer in the current directory
alias cget='curl -s https://getcomposer.org/installer | php'
Expand Down

0 comments on commit e31975e

Please sign in to comment.