1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-10-16 11:40:46 +00:00
This commit is contained in:
Ben Huebscher 2024-09-23 19:03:45 +02:00 committed by GitHub
commit cc0b6c22f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
# Symfony2 basic command completion # Symfony2 basic command completion
_symfony_console () { _symfony_console () {
echo "php $(find . -maxdepth 2 -mindepth 1 -name 'console' -type f | head -n 1)" echo "php $(find . -maxdepth 2 -mindepth 1 -name 'console' -type f | tail -n 1)"
} }
_symfony2_get_command_list () { _symfony2_get_command_list () {