You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After install everything on my MacBook Pro, I've lost HOMEBREW_PREFIX in environment variables and some tools i've lost, cause the $PATH var has been broken
Expected behavior
With commented part in .zprofile I've got correct behaviour
Description
After install everything on my MacBook Pro, I've lost HOMEBREW_PREFIX in environment variables and some tools i've lost, cause the $PATH var has been broken
Expected behavior
With commented part in .zprofile I've got correct behaviour
Actual behavior
with enabled debug
set -x
in my.zshrc
and everything in place I'm getting following output:/opt/homebrew/bin/brew shellenv
doesn't return anything to my environmentAfter some investigation, I've realised that the problem in file .zprofile in the following part:
Steps to Reproduce
set +x
to .zshrcenv | grep HOMEBREW | sort
Versions
The text was updated successfully, but these errors were encountered: