Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
fb122708
Commit
fb122708
authored
Nov 04, 2017
by
Sebastian Schlein
Committed by
Robby Russell
Nov 04, 2017
Browse files
Enhanced Laravel 5 Plugin (#6376)
parent
905eb815
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/laravel5/laravel5.plugin.zsh
View file @
fb122708
# Laravel5 basic command completion
_laravel5_get_command_list
()
{
php artisan
--no-ansi
|
sed
"
1,/Available commands/d"
|
awk
'/^ +[a-z]+/ { print $1 }'
php artisan
--raw
--no-ansi
list
|
sed
"
s/[[:space:]].*//g"
}
_laravel5
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment