mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
added two aliases to Symfony2 Plugin
This commit is contained in:
parent
73f7770537
commit
e3de97ca89
1 changed files with 5 additions and 1 deletions
|
@ -11,3 +11,7 @@ _symfony2 () {
|
||||||
}
|
}
|
||||||
|
|
||||||
compdef _symfony2 app/console
|
compdef _symfony2 app/console
|
||||||
|
|
||||||
|
#Alias
|
||||||
|
alias sf2='php app/console'
|
||||||
|
alias sf2clear='php app/console cache:clear'
|
Loading…
Reference in a new issue