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
Strangely, if I z into my directory, it doesn't seem to run whatever hooks set up the Ruby gemset. If, in the same directory, I run cd ., it runs them correctly and all is well. Is there some hook or trigger that isn't run when you z instead of cd, or have I misconfigured something?
I appreciate your time and effort in making this wonderful utility.
The text was updated successfully, but these errors were encountered:
Just chiming in that this also applies to nvm using .nvmrc files as well (source code for the zsh integration here). With zsh fully setup (e.g., after sourcing all profiles, etc.), builtin cd $DIR_WITH_NVMRC fires the after hooks correctly, so I don't think that z's use of builtin cd is the issue. Not sure why z doesn't fire the nvm integration hooks but cd does.
Strangely, if I
z
into my directory, it doesn't seem to run whatever hooks set up the Ruby gemset. If, in the same directory, I runcd .
, it runs them correctly and all is well. Is there some hook or trigger that isn't run when youz
instead ofcd
, or have I misconfigured something?I appreciate your time and effort in making this wonderful utility.
The text was updated successfully, but these errors were encountered: