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
3e0e9136
Unverified
Commit
3e0e9136
authored
Aug 23, 2019
by
Marc Cornellà
Committed by
GitHub
Aug 23, 2019
Browse files
homestead: change key string for getting command list (#8008)
parents
de3b14cf
246e7832
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/homestead/homestead.plugin.zsh
View file @
3e0e9136
# Homestead basic command completion
_homestead_get_command_list
()
{
homestead
--no-ansi
|
sed
"1,/Available commands/d"
|
awk
'/^ +[a-z]+/ { print $1 }'
homestead
--no-ansi
|
sed
"1,/
(
Available
|Common)
commands/d"
|
awk
'/^ +[a-z]+/ { print $1 }'
}
_homestead
()
{
...
...
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