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
We could just run rehash in bazel run //:bazel_env if we detect that we are running in zsh. I don't have much experience with zsh, would you be interested in sending a PR I could review?
If you add commands to the current environment, zsh might not pick them up if it has already cached the resolved path of another location.
To reproduce
which jstack
--> should output the globally installed onejstack
to thebazel_env
which jstack
--> still points to the global one, nothing changedrehash
which jstack
--> points to the bazel_env oneThe text was updated successfully, but these errors were encountered: