aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions
diff options
context:
space:
mode:
authorMax Howell2009-08-12 13:43:51 +0100
committerMax Howell2009-08-12 13:43:51 +0100
commitbfbcdb2334fe21439e25349f05e4cee6d32a53a2 (patch)
tree5fd9e8e88f73b81e0af1160d441fff59fdd6853b /Library/Contributions
parent7e45879baae7708015fb8a52f311814fb8db66cb (diff)
downloadhomebrew-bfbcdb2334fe21439e25349f05e4cee6d32a53a2.tar.bz2
brew diy command
Automagically determines prefix to install to for DIY installations. README amended.
Diffstat (limited to 'Library/Contributions')
-rw-r--r--Library/Contributions/brew_bash_completion.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Contributions/brew_bash_completion.sh b/Library/Contributions/brew_bash_completion.sh
index f33204d36..7f03523fe 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="edit homepage info install list link make uninstall"
+ actions="diy edit homepage info install list link make uninstall"
# Subcommand list
if [[ ( ${COMP_CWORD} -eq 1 ) && ( ${COMP_WORDS[0]} == brew ) ]] ; then