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
I noticed that the cd command slowed down significantly after installing gvm and I tracked down the issue to this script: $GVM_ROOT/scripts/env/cd. I understand the need for overloading cd but it would be helpful if the function ran faster or alternatively if there was a way to opt-in or opt-out. In my case I'm just using the global go version and most of my use of cd is not go-related so the extra cycles aren't necessary.
Thanks for making such a useful tool!
I noticed that the
cd
command slowed down significantly after installing gvm and I tracked down the issue to this script:$GVM_ROOT/scripts/env/cd
. I understand the need for overloadingcd
but it would be helpful if the function ran faster or alternatively if there was a way to opt-in or opt-out. In my case I'm just using the global go version and most of my use ofcd
is not go-related so the extra cycles aren't necessary.Here's my setup:
The text was updated successfully, but these errors were encountered: