mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
added two aliases to Symfony2 Plugin
This commit is contained in:
parent
4c5b8bbcba
commit
d4b2a80363
1 changed files with 5 additions and 1 deletions
|
|
@ -10,4 +10,8 @@ _symfony2 () {
|
|||
fi
|
||||
}
|
||||
|
||||
compdef _symfony2 app/console
|
||||
compdef _symfony2 app/console
|
||||
|
||||
#Alias
|
||||
alias sf2='php app/console'
|
||||
alias sf2clear='php app/console cache:clear'
|
||||
Loading…
Add table
Add a link
Reference in a new issue