mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-12-19 10:35:30 -07:00
Compare commits
2 Commits
368ade3907
...
9cb9ace54d
Author | SHA1 | Date | |
---|---|---|---|
![]() |
9cb9ace54d | ||
![]() |
7d4df94bfc |
@ -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 () {
|
||||
|
Loading…
Reference in New Issue
Block a user