Added Composer plugin description and the new Symfony2 Aliases

danielcsgomes 2012-10-09 14:11:38 -07:00
parent 527e0d64aa
commit 8383e958c4

@ -156,7 +156,18 @@ Only for Ubuntu: If a command is not recognized in the $PATH, this will use Ubun
bash: gedit: command not found bash: gedit: command not found
The plugin uses the command-not-found package zsh support. The plugin uses the command-not-found package zsh support.
## Composer
**Maintainer:** [danielcsgomes](https://github.com/danielcsgomes)
[Composer](http://getcomposer.org/) autocomplete plugin with useful aliases:
* `c = 'composer'`
* `csu = 'composer self-update'`
* `cu = 'composer update'`
* `ci = 'composer install'`
* `ccp = 'composer create-project'`
* `cget = installs composer on the current path`
## cloudapp ## cloudapp
**Maintainer:** [matthewmccullough](http://github.com/matthewmccullough) **Maintainer:** [matthewmccullough](http://github.com/matthewmccullough)
@ -489,6 +500,11 @@ Note that if a filename is misspelled or doesn't have the necessary path descrip
[Symfony2](http://symfony.com) autocomplete plugin; binds to app/console<tab>, and not ./console command! [Symfony2](http://symfony.com) autocomplete plugin; binds to app/console<tab>, and not ./console command!
**New aliases:**
* `sf2 = 'php app/console'`
* `sf2clear = 'php app/console cache:clear'`
## taskwarrior ## taskwarrior
**Maintainer:** [lepht](https://github.com/lepht) **Maintainer:** [lepht](https://github.com/lepht)
@ -647,4 +663,4 @@ Clean cache
* `zall` aliases `zeus test test/unit/*; zeus test test/functional/; zeus cucumber` * `zall` aliases `zeus test test/unit/*; zeus test test/functional/; zeus cucumber`
* `zsw` aliases `rm .zeus.sock` * `zsw` aliases `rm .zeus.sock`
* `zweep` aliases `rm .zeus.sock` * `zweep` aliases `rm .zeus.sock`