From 979bdf3672d319e5f30428a82486c9a58c651bef Mon Sep 17 00:00:00 2001 From: annasweb Date: Wed, 22 Jan 2014 03:49:49 -0800 Subject: [PATCH] corrected aliases --- Plugins.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Plugins.md b/Plugins.md index 34ac026..93f3c0c 100644 --- a/Plugins.md +++ b/Plugins.md @@ -782,8 +782,10 @@ Note that if a filename is misspelled or doesn't have the necessary path descrip **New aliases:** -* `sf2 = 'php app/console'` -* `sf2clear = 'php app/console cache:clear'` +* `sf = 'php app/console'` +* `sfcl = 'php app/console cache:clear'` +* `sfroute = 'php app/console router:debug'` +* `sfgb = 'php app/console generate:bundle'` ## systemd **Maintainer:** [aelesbao](https://github.com/aelesbao)