mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-10 04:26:17 +02:00
Mod: use new debug namespace to avoid deprecation warning
This commit is contained in:
parent
5464fe3e4a
commit
e3f2d56c61
1 changed files with 2 additions and 2 deletions
|
|
@ -22,6 +22,6 @@ alias sf='`_symfony_console`'
|
|||
alias sfcl='sf cache:clear'
|
||||
alias sfsr='sf server:run -vvv'
|
||||
alias sfcw='sf cache:warmup'
|
||||
alias sfroute='sf router:debug'
|
||||
alias sfcontainer='sf container:debug'
|
||||
alias sfroute='sf debug:router'
|
||||
alias sfcontainer='sf debug:container'
|
||||
alias sfgb='sf generate:bundle'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue