Skip to content
New issue

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

PATH is incorrect after resurrection #419

Closed
Hologos opened this issue Nov 22, 2021 · 1 comment
Closed

PATH is incorrect after resurrection #419

Hologos opened this issue Nov 22, 2021 · 1 comment

Comments

@Hologos
Copy link
Contributor

Hologos commented Nov 22, 2021

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.

@Hologos
Copy link
Contributor Author

Hologos commented Dec 18, 2021

After recent updates, the problem vanished.

@Hologos Hologos closed this as completed Dec 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant