mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
merged upstream changes
This commit is contained in:
commit
9a330619b4
113 changed files with 3194 additions and 362 deletions
|
|
@ -5,6 +5,7 @@
|
|||
: ${SYMFONY_COMPLETE_ENTITIES:=""}
|
||||
|
||||
_SYMFONY_COMPLETE_CONSOLE=(
|
||||
./console
|
||||
app/console
|
||||
)
|
||||
|
||||
|
|
@ -23,8 +24,6 @@ SYMFONY_DO_COMPLETE_ENTITIES=($_SYMFONY_COMPLETE_ENTITIES $SYMFONY_COMPLETE_ENTI
|
|||
|
||||
_symfony2 ()
|
||||
{
|
||||
#local asd=(echo $curcontext | tee)
|
||||
|
||||
local console=$words[1]
|
||||
|
||||
if [ ! -f "$console" ];then
|
||||
|
|
@ -73,5 +72,10 @@ do
|
|||
done
|
||||
|
||||
#Alias
|
||||
|
||||
alias sf2='php app/console'
|
||||
alias sf2clear='php app/console cache:clear'
|
||||
alias sf2clear='php app/console cache:clear'
|
||||
alias sf='php app/console'
|
||||
alias sfcl='php app/console cache:clear'
|
||||
alias sfroute='php app/console router:debug'
|
||||
alias sfgb='php app/console generate:bundle'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue