From 22ec3c76a8c755c30fa4405fc97b4735fe74e9f7 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 9 Jun 2010 20:57:10 -0700 Subject: [PATCH] Add some dash-commands to bash completion script --- Library/Contributions/brew_bash_completion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Contributions/brew_bash_completion.sh b/Library/Contributions/brew_bash_completion.sh index fb300cba38..e0fd58862a 100644 --- a/Library/Contributions/brew_bash_completion.sh +++ b/Library/Contributions/brew_bash_completion.sh @@ -12,7 +12,7 @@ _brew_to_completion() cur="${COMP_WORDS[COMP_CWORD]}" # We usually only complete unabbreviated commands. - actions="--config cat cleanup configure create deps doctor edit home info install link list log outdated prune remove search unlink update uses" + actions="--cache --config --prefix cat cleanup configure create deps doctor edit home info install link list log outdated prune remove search unlink update uses" if [[ ( ${COMP_CWORD} -eq 1 ) && ( ${COMP_WORDS[0]} == brew ) ]]; then # Subcommand list.