_brew | fix comments

This commit is contained in:
Romain Bossart 2018-12-13 09:11:33 +01:00
parent 608a62b6e7
commit 069d123c8e

View File

@ -39,7 +39,7 @@ __brew_formulae_or_ruby_files() {
'files:files:{_files -g *.rb}'
}
# completions are cached as long as homebrew does have new commits
# completions remain in cache until any tap has new commits
__brew_completion_caching_policy() {
# rebuild cache if no cache file exists (anyway we cannot proceed further down)
! [[ -f "$1" ]] && return 0