diff options
| author | Adam Vandenberg | 2013-05-27 17:30:45 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-05-27 17:32:27 -0700 |
| commit | 0e7d47332c31c93d431ee6b85b2255f7ca7bd1ce (patch) | |
| tree | 80cafb16c1841ac69bb9885666c6b163e644e329 /Library/Contributions/brew_bash_completion.sh | |
| parent | 1a7ea33ba5b264d00a96349f361a76399c98ce17 (diff) | |
| download | brew-0e7d47332c31c93d431ee6b85b2255f7ca7bd1ce.tar.bz2 | |
Add `brew search --debian <f>`
Diffstat (limited to 'Library/Contributions/brew_bash_completion.sh')
| -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 56bdc84b4..19e7eb518 100644 --- a/Library/Contributions/brew_bash_completion.sh +++ b/Library/Contributions/brew_bash_completion.sh @@ -313,7 +313,7 @@ _brew_search () local cur="${COMP_WORDS[COMP_CWORD]}" case "$cur" in --*) - __brewcomp "--fink --macports" + __brewcomp "--debian --fink --macports" return ;; esac |
