mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-08 04:34:00 +02:00
Merge 34ee8c80e3 into 291e96dcd0
This commit is contained in:
commit
32db991761
1 changed files with 3 additions and 0 deletions
|
|
@ -19,6 +19,9 @@ compdef _symfony2 sf
|
||||||
|
|
||||||
#Alias
|
#Alias
|
||||||
alias sf='`_symfony_console`'
|
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 sfcl='sf cache:clear'
|
||||||
alias sfsr='sf server:run -vvv'
|
alias sfsr='sf server:run -vvv'
|
||||||
alias sfcw='sf cache:warmup'
|
alias sfcw='sf cache:warmup'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue