mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-06-05 05:03:16 +02:00
Revert "JShell07's local pull request"
This commit is contained in:
parent
43922c02f9
commit
663b3b4691
97 changed files with 709 additions and 2226 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Laravel5 basic command completion
|
||||
_laravel5_get_command_list () {
|
||||
php artisan --raw --no-ansi list | sed "s/[[:space:]].*//g"
|
||||
php artisan --no-ansi | sed "1,/Available commands/d" | awk '/^ +[a-z]+/ { print $1 }'
|
||||
}
|
||||
|
||||
_laravel5 () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue