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
Ohmyzsh
Commits
4aaafc0f
Commit
4aaafc0f
authored
Jul 01, 2018
by
Hosmel Quintana
Committed by
Marc Cornellà
Jul 01, 2018
Browse files
Add Homestead plugin (#3712)
parent
71e4a166
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/homestead/homestead.plugin.zsh
0 → 100644
View file @
4aaafc0f
# Homestead basic command completion
_homestead_get_command_list
()
{
homestead
--no-ansi
|
sed
"1,/Available commands/d"
|
awk
'/^ +[a-z]+/ { print $1 }'
}
_homestead
()
{
compadd
`
_homestead_get_command_list
`
}
compdef _homestead 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