Browse Source

added two aliases to Symfony2 Plugin

Daniel Gomes 12 years ago
parent
commit
e3de97ca89
1 changed files with 5 additions and 1 deletions
  1. 5 1
      plugins/symfony2/symfony2.plugin.zsh

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

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