zenops 0.17.0

Declarative system configuration management for shell config and dotfiles.
Documentation
#
# bash-completion (brew)
#

[pkg.bash-completion]
enable = "detect"
when = "bash"
description = "Brew-managed bash completion loader."

[pkg.bash-completion.install_hint.brew]
packages = ["bash-completion@2"]

[pkg.bash-completion.detect]
exists = "${brew_prefix}/etc/bash_completion"

[[pkg.bash-completion.shell.interactive_init.bash]]
type = "comment"
text = "Bash completions (brew-managed)"

[[pkg.bash-completion.shell.interactive_init.bash]]
type = "source"
path = "${brew_prefix}/etc/bash_completion"