summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorBen Zörb <ben@sommerlaune.com>2014-07-15 15:13:13 +0200
committerBen Zörb <ben@sommerlaune.com>2014-07-15 15:13:13 +0200
commit392af393e81a4f2bc3405bfd9e1f98675f0bd886 (patch)
tree8dcb7bbd5086c0ce86329685c9c37ad40de60b1e /plugins
parent14ebcc83bec267859e2948f36f48cc69f5150def (diff)
downloadzsh-392af393e81a4f2bc3405bfd9e1f98675f0bd886.tar.gz
zsh-392af393e81a4f2bc3405bfd9e1f98675f0bd886.tar.bz2
zsh-392af393e81a4f2bc3405bfd9e1f98675f0bd886.zip
added cache:warmup alias
Diffstat (limited to 'plugins')
-rw-r--r--plugins/symfony2/symfony2.plugin.zsh1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/symfony2/symfony2.plugin.zsh b/plugins/symfony2/symfony2.plugin.zsh
index 26210acfd..1d5177e6d 100644
--- a/plugins/symfony2/symfony2.plugin.zsh
+++ b/plugins/symfony2/symfony2.plugin.zsh
@@ -16,6 +16,7 @@ compdef _symfony2 sf
#Alias
alias sf='php $(find . -maxdepth 2 -mindepth 1 -name 'console') '
alias sfcl='php $(find . -maxdepth 2 -mindepth 1 -name 'console') cache:clear'
+alias sfcw='php $(find . -maxdepth 2 -mindepth 1 -name 'console') cache:warmup'
alias sfroute='php $(find . -maxdepth 2 -mindepth 1 -name 'console') router:debug'
alias sfcontainer='php $(find . -maxdepth 2 -mindepth 1 -name 'console') container:debug'
alias sfgb='php $(find . -maxdepth 2 -mindepth 1 -name 'console') generate:bundle'