diff options
author | Marc Cornellà <marc.cornella@live.com> | 2016-03-30 03:40:55 +0200 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2016-03-30 03:40:55 +0200 |
commit | dfccac312c3093f32ce18c030846255602698597 (patch) | |
tree | 93e56adacac996fc13ec0352152c9551d82d8d13 /plugins | |
parent | 8daa52d56c90587cbc132b1134c9813f56b7727b (diff) | |
parent | 68e03a05923b65b0a0272f251ea1e72e3540f827 (diff) | |
download | zsh-dfccac312c3093f32ce18c030846255602698597.tar.gz zsh-dfccac312c3093f32ce18c030846255602698597.tar.bz2 zsh-dfccac312c3093f32ce18c030846255602698597.zip |
Merge pull request #3892 from delphiki/sf2-plugin
Added environment based shortcuts in symfony2 plugin
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/symfony2/symfony2.plugin.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/symfony2/symfony2.plugin.zsh b/plugins/symfony2/symfony2.plugin.zsh index 98a2321db..fe236a298 100644 --- a/plugins/symfony2/symfony2.plugin.zsh +++ b/plugins/symfony2/symfony2.plugin.zsh @@ -25,3 +25,5 @@ alias sfcw='sf cache:warmup' alias sfroute='sf router:debug' alias sfcontainer='sf container:debug' alias sfgb='sf generate:bundle' +alias sfdev='sf --env=dev' +alias sfprod='sf --env=prod' |