0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

symfony2: fix console selection priority

This commit is contained in:
Ben Huebscher 2020-01-06 01:39:34 -08:00
parent 78b07e92fd
commit 7d4df94bfc
No known key found for this signature in database
GPG key ID: 18402E05DA88AADA

View file

@ -1,7 +1,7 @@
# Symfony2 basic command completion
_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 () {