mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 08:50:08 +00:00
Symfony2 plugin use first console found
This commit is contained in:
parent
da94f45f9c
commit
ed6c2c9106
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Symfony2 basic command completion
|
||||
|
||||
_symfony_console () {
|
||||
echo "php $(find . -maxdepth 2 -mindepth 1 -name 'console')"
|
||||
echo "php $(find . -maxdepth 2 -mindepth 1 -name 'console' | head -n 1)"
|
||||
}
|
||||
|
||||
_symfony2_get_command_list () {
|
||||
|
|
Loading…
Reference in a new issue