LucasLarson/dotfiles

the `brew --prefix` variable here doesn’t match @Homebrew’s

LucasLarson opened this issue · 0 comments

0812e27 replaced /usr/local with $BREW_PREFIX, generated here:

dotfiles/.zshrc

Line 171 in 0812e27

BREW_PREFIX="$(brew --prefix)"

Meanwhile at @Homebrew, there is a strong preference for $HOMEBREW_PREFIX:

search results1 query
529 "HOMEBREW_PREFIX"
3 "BREW_PREFIX"

This repository should match theirs.

Footnotes

  1. in @Homebrew’s repositories on 2022-03-08