diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Contributions/brew_bash_completion.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Contributions/brew_bash_completion.sh b/Library/Contributions/brew_bash_completion.sh index 04592626a..435116540 100644 --- a/Library/Contributions/brew_bash_completion.sh +++ b/Library/Contributions/brew_bash_completion.sh @@ -376,7 +376,8 @@ _brew () if [[ $i -eq $COMP_CWORD ]]; then local ext=$(\ls $(brew --repository)/Library/Contributions/cmds \ - 2>/dev/null | sed -e "s/\.rb//g" -e "s/brew-//g") + 2>/dev/null | sed -e "s/\.rb//g" -e "s/brew-//g" \ + -e "s/.*\.css.*//g" -e "s/.*\.erb.*//g") __brewcomp " --cache --cellar --config --env --prefix --repository |
