1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-21 07:20:09 +00:00

added cache:warmup alias

This commit is contained in:
Ben Zörb 2014-07-15 15:13:13 +02:00
parent 14ebcc83be
commit 392af393e8

View file

@ -16,6 +16,7 @@ compdef _symfony2 sf
#Alias #Alias
alias sf='php $(find . -maxdepth 2 -mindepth 1 -name 'console') ' alias sf='php $(find . -maxdepth 2 -mindepth 1 -name 'console') '
alias sfcl='php $(find . -maxdepth 2 -mindepth 1 -name 'console') cache:clear' 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 sfroute='php $(find . -maxdepth 2 -mindepth 1 -name 'console') router:debug'
alias sfcontainer='php $(find . -maxdepth 2 -mindepth 1 -name 'console') container: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' alias sfgb='php $(find . -maxdepth 2 -mindepth 1 -name 'console') generate:bundle'