mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 15:30:40 +01:00
added two aliases to Symfony2 Plugin
This commit is contained in:
@@ -10,4 +10,8 @@ _symfony2 () {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
compdef _symfony2 app/console
|
compdef _symfony2 app/console
|
||||||
|
|
||||||
|
#Alias
|
||||||
|
alias sf2='php app/console'
|
||||||
|
alias sf2clear='php app/console cache:clear'
|
||||||
Reference in New Issue
Block a user