浏览代码

Merge pull request #1678 from lesmyrmidons/symfony2

Symfony2
Robby Russell 12 年之前
父节点
当前提交
77ca980bfa
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. 4 2
      plugins/symfony2/symfony2.plugin.zsh

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

@@ -14,6 +14,8 @@ compdef _symfony2 app/console
 compdef _symfony2 sf
 compdef _symfony2 sf
 
 
 #Alias
 #Alias
-alias sf2='php app/console'
-alias sf2clear='php app/console cache:clear'
+alias sf='php app/console'
+alias sfcl='php app/console cache:clear'
+alias sfroute='php app/console router:debug'
+alias sfgb='php app/console generate:bundle'