Allow configure alias for diy

This commit is contained in:
Max Howell 2009-08-22 15:54:26 +01:00
parent f9d7b34945
commit e7594de797
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ _brew_to_completion()
prev="${COMP_WORDS[COMP_CWORD-1]}"
# We only complete unabbreviated commands...
actions="diy edit homepage info install list link make uninstall"
actions="edit homepage info install list link make uninstall"
# Subcommand list
if [[ ( ${COMP_CWORD} -eq 1 ) && ( ${COMP_WORDS[0]} == brew ) ]] ; then

View File

@ -115,7 +115,7 @@ begin
exec "mate", *ARGV.named.collect {|name| make name}
end
when 'diy'
when 'diy', 'configure'
puts diy
when 'info', 'abv'