diff options
| author | Adam Vandenberg | 2014-10-20 23:18:07 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2014-10-20 23:18:07 -0700 |
| commit | fcff62cbaeb86562e90ad307e1e0d153bcf9e1a1 (patch) | |
| tree | 71fb16dc00fa83779f7df704be39ae959f561905 /Library/Contributions | |
| parent | 3309ab1e16c0b6c6880bbd6cca8515f07a19b1c3 (diff) | |
| download | homebrew-fcff62cbaeb86562e90ad307e1e0d153bcf9e1a1.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 |
