On Apple Silicon, it seems that the brew prefix is not part of my path nor are any of the homebrew environment variable exported. Should these be being added automatically or am I supposed to be calling eval $(brew shellenv) or similar in my zsh config? For what its worth, I use home manager to configure zsh.
On Apple Silicon, it seems that the brew prefix is not part of my path nor are any of the homebrew environment variable exported. Should these be being added automatically or am I supposed to be calling
eval $(brew shellenv)
or similar in my zsh config? For what its worth, I use home manager to configure zsh.