1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-29 14:44:46 +01: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

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 () {