1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-10-16 11:40:46 +00:00

Compare commits

...

2 commits

Author SHA1 Message Date
Ben Huebscher
fa8ec4459c
Merge 7d4df94bfc into 1514145a09 2024-09-20 00:19:34 +02:00
Ben Huebscher
7d4df94bfc
symfony2: fix console selection priority 2020-01-06 01:54:36 -08:00

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