We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If I create a session, the path is:
/Users/hologos/bin /usr/local/bin /usr/bin /bin /usr/sbin /sbin /Library/TeX/texbin /opt/X11/bin /opt/homebrew/bin /opt/homebrew/sbin
After saving and resurrecting, it is:
/opt/homebrew/bin /opt/homebrew/sbin /Users/hologos/bin /usr/local/bin /usr/bin /bin /usr/sbin /sbin /Library/TeX/texbin /opt/X11/bin
My brew executables are last in the path and system executables are taking precedends.
I am using zsh and I am calling eval "$(/opt/homebrew/bin/brew shellenv)" in my ~/.localrc which is called from ~/.zshrc.
zsh
eval "$(/opt/homebrew/bin/brew shellenv)"
~/.localrc
~/.zshrc
The text was updated successfully, but these errors were encountered:
After recent updates, the problem vanished.
Sorry, something went wrong.
No branches or pull requests
If I create a session, the path is:
After saving and resurrecting, it is:
My brew executables are last in the path and system executables are taking precedends.
I am using
zsh
and I am callingeval "$(/opt/homebrew/bin/brew shellenv)"
in my~/.localrc
which is called from~/.zshrc
.The text was updated successfully, but these errors were encountered: