diff options
| author | Adam Vandenberg | 2014-10-20 23:18:07 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2014-10-20 23:18:07 -0700 |
| commit | b4e8e85d23d164bc29479b4877660fc1653ce270 (patch) | |
| tree | 677d32f5e46ca4f7efb7014cd5a6eeca61c4689f /Library/Contributions | |
| parent | dfda2b5d6d254ba51a6f149645f22c2fcd090336 (diff) | |
| download | brew-b4e8e85d23d164bc29479b4877660fc1653ce270.tar.bz2 | |
remove ext from autocomplete
Diffstat (limited to 'Library/Contributions')
| -rw-r--r-- | Library/Contributions/brew_bash_completion.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Contributions/brew_bash_completion.sh b/Library/Contributions/brew_bash_completion.sh index 976d6c87d..da765d7b6 100644 --- a/Library/Contributions/brew_bash_completion.sh +++ b/Library/Contributions/brew_bash_completion.sh @@ -458,9 +458,6 @@ _brew () done if [[ $i -eq $COMP_CWORD ]]; then - local ext=$(\ls -p $(brew --repository)/Library/Contributions/cmd \ - 2>/dev/null | sed -e "s/\.rb//g" -e "s/brew-//g" \ - -e "s/.*\///g") __brewcomp " --cache --cellar --env --prefix --repository @@ -500,7 +497,6 @@ _brew () update upgrade uses - $ext " return fi |
