diff options
| author | Max Howell | 2009-08-22 15:54:26 +0100 |
|---|---|---|
| committer | Max Howell | 2009-08-24 01:04:53 +0100 |
| commit | e7594de79744210de06d85477a9eb406f25e6ba1 (patch) | |
| tree | 6a8055d863a6ced810838864777f857e34d5e4f4 /Library/Contributions | |
| parent | f9d7b34945d48f7a954cc9fad2696ece718d0daf (diff) | |
| download | brew-e7594de79744210de06d85477a9eb406f25e6ba1.tar.bz2 | |
Allow configure alias for diy
Diffstat (limited to 'Library/Contributions')
| -rw-r--r-- | Library/Contributions/brew_bash_completion.sh | 2 |
1 files changed, 1 insertions, 1 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 |
