mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
Laravel 5 support
This commit is contained in:
parent
5ee54032da
commit
7c73a3aea4
2 changed files with 21 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Laravel4 basic command completion
|
||||
_laravel4_get_command_list () {
|
||||
php artisan --no-ansi | sed "1,/Available commands/d" | awk '/^ [a-z]+/ { print $1 }'
|
||||
php artisan --no-ansi | sed "1,/Available commands/d" | awk '/^ +[a-z]+/ { print $1 }'
|
||||
}
|
||||
|
||||
_laravel4 () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue