diff options
author | Jérôme Macias <jerome.macias@gmail.com> | 2013-12-10 10:03:46 +0100 |
---|---|---|
committer | ncanceill <nicolas.canceill@ens-cachan.org> | 2014-06-04 12:50:45 +0200 |
commit | de41dee9e462e2a04cbe4658a002812d71f9e3c3 (patch) | |
tree | aac6c4ae8846e8356e465656e585b881a0a5646c | |
parent | e5ed07e2b5740346d2a32b3a47204612d8808723 (diff) | |
download | zsh-de41dee9e462e2a04cbe4658a002812d71f9e3c3.tar.gz zsh-de41dee9e462e2a04cbe4658a002812d71f9e3c3.tar.bz2 zsh-de41dee9e462e2a04cbe4658a002812d71f9e3c3.zip |
Add alias for container:debug task
-rw-r--r-- | plugins/symfony2/symfony2.plugin.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/symfony2/symfony2.plugin.zsh b/plugins/symfony2/symfony2.plugin.zsh index 0d2bb68c3..4c07349a4 100644 --- a/plugins/symfony2/symfony2.plugin.zsh +++ b/plugins/symfony2/symfony2.plugin.zsh @@ -17,5 +17,6 @@ compdef _symfony2 sf alias sf='php app/console' alias sfcl='php app/console cache:clear' alias sfroute='php app/console router:debug' +alias sfcontainer='php app/console container:debug' alias sfgb='php app/console generate:bundle' |