浏览代码

added two aliases to Symfony2 Plugin

Daniel Gomes 12 年之前
父节点
当前提交
e3de97ca89
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      plugins/symfony2/symfony2.plugin.zsh

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

@@ -10,4 +10,8 @@ _symfony2 () {
   fi
   fi
 }
 }
 
 
-compdef _symfony2 app/console
+compdef _symfony2 app/console
+
+#Alias
+alias sf2='php app/console'
+alias sf2clear='php app/console cache:clear'