Skip to content

Commit

Permalink
Rename bash completion script
Browse files Browse the repository at this point in the history
This completion script must wrap homebrew core's completion function
(_brew) in order to work (since it's adding completions for subcommands
of brew). As such, homebrew core's completion script must be loaded
first. The bash-completion package (at least, v2) seems to load them
in globbed file order. The homebrew core completion script is named
`brew`. Thus, in order for this completion script to be loaded after
core, it must sort _after_ `brew` in a listing. Dropping the leading
underscore pushes this script after brew core. Also, swapped the
mid-word underscore for a hyphen to match the style that brew-cask
uses/used.
  • Loading branch information
jasonkarns committed Feb 7, 2018
1 parent 5a47258 commit 2a421fa
Showing 1 changed file with 0 additions and 0 deletions.
File renamed without changes.

0 comments on commit 2a421fa

Please sign in to comment.