This commit is contained in:
hacfi 2013-04-07 19:05:04 -07:00
commit 47eed13839

View file

@ -13,6 +13,8 @@ _composer_get_command_list () {
_composer () { _composer () {
if [ -f composer.json ]; then if [ -f composer.json ]; then
compadd `_composer_get_command_list` compadd `_composer_get_command_list`
else
compadd create-project init search selfupdate show
fi fi
} }