Commit 4aaafc0f authored by Hosmel Quintana's avatar Hosmel Quintana Committed by Marc Cornellà
Browse files

Add Homestead plugin (#3712)

parent 71e4a166
# 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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment