mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-27 03:14:56 +01:00
added aliases for different symfony envs
This commit is contained in:
parent
3d5b3430fd
commit
34ee8c80e3
1 changed files with 3 additions and 0 deletions
|
|
@ -19,6 +19,9 @@ compdef _symfony2 sf
|
|||
|
||||
#Alias
|
||||
alias sf='`_symfony_console`'
|
||||
alias sfp='SYMFONY_ENV=prod sf'
|
||||
alias sfd='SYMFONY_ENV=dev sf'
|
||||
alias sft='SYMFONY_ENV=test sf'
|
||||
alias sfcl='sf cache:clear'
|
||||
alias sfsr='sf server:run -vvv'
|
||||
alias sfcw='sf cache:warmup'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue