浏览代码

Symfony2 plugin autocomplete for app/console and bin/console

Philipp Wahala 10 年之前
父节点
当前提交
8d2dd8cc6a
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      plugins/symfony2/symfony2.plugin.zsh

+ 2 - 0
plugins/symfony2/symfony2.plugin.zsh

@@ -13,6 +13,8 @@ _symfony2 () {
 }
 
 compdef _symfony2 '`_symfony_console`'
+compdef _symfony2 'app/console'
+compdef _symfony2 'bin/console'
 compdef _symfony2 sf
 
 #Alias