{{ if lookPath "brew" -}} # vi: ft=bash if command -v brew &> /dev/null; then if [ -f "$(brew --prefix)/share/bash-completion/bash_completion" ]; then . "$(brew --prefix)/share/bash-completion/bash_completion" fi fi {{- end }}