Browse Source

Simplification name aliases and adding new alias

lesmyrmidons 11 years ago
parent
commit
fc67399843
1 changed files with 4 additions and 2 deletions
  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
 
 #Alias
-alias sf2='php app/console'
-alias sf2clear='php app/console cache:clear'
+alias sfc='php app/console'
+alias sfcl='php app/console cache:clear'
+alias sfcroute='php app/console router:debug'
+alias sfcgb='php app/console generate:bundle'