浏览代码

Added sf Symfony2 binary alias

Rui Marinho 12 年之前
父节点
当前提交
6f6a3c8435
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      plugins/symfony2/symfony2.plugin.zsh

+ 3 - 1
plugins/symfony2/symfony2.plugin.zsh

@@ -11,7 +11,9 @@ _symfony2 () {
 }
 
 compdef _symfony2 app/console
+compdef _symfony2 sf
 
 #Alias
 alias sf2='php app/console'
-alias sf2clear='php app/console cache:clear'
+alias sf2clear='php app/console cache:clear'
+