diff options
| author | Max Howell | 2009-08-22 15:54:26 +0100 |
|---|---|---|
| committer | Max Howell | 2009-08-24 01:04:53 +0100 |
| commit | 50453eec097d20cd7f69c95b3733e2085ffac4a0 (patch) | |
| tree | 79f741a53400f2914dcc3168c1787e35a8c29f9a | |
| parent | e7de1779d9bcb140e5600766624dac09e3870212 (diff) | |
| download | homebrew-50453eec097d20cd7f69c95b3733e2085ffac4a0.tar.bz2 | |
Allow configure alias for diy
| -rw-r--r-- | Library/Contributions/brew_bash_completion.sh | 2 | ||||
| -rwxr-xr-x | bin/brew | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Library/Contributions/brew_bash_completion.sh b/Library/Contributions/brew_bash_completion.sh index 7f03523fe..f33204d36 100644 --- a/Library/Contributions/brew_bash_completion.sh +++ b/Library/Contributions/brew_bash_completion.sh @@ -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 @@ -115,7 +115,7 @@ begin exec "mate", *ARGV.named.collect {|name| make name} end - when 'diy' + when 'diy', 'configure' puts diy when 'info', 'abv' |
