nvm_resolve_local_alias default
has bad performance
#3416
Labels
performance
This relates to anything regarding the speed of using nvm.
pull request wanted
This is a great way to contribute! Help us out :-D
Operating system and version:
macOS 14.5
nvm debug
output:nvm ls
output:How did you install
nvm
?install script in readme
What steps did you perform?
gdate
(fromcoreutils
) instead ofdate
to make%N
workWhat happened?
Found the
nvm_resolve_local_alias default
have bad performance.It took 2 seconds in my M3 chip macbookPro:
Why it need 2 seconds to get default version? seems it's just a simple task.
What did you expect to happen?
nvm_resolve_local_alias default
should be quick, and save 2 seconds for my bash startup.Is there anything in any of your profile files that modifies the
PATH
?~/.bashrc
The text was updated successfully, but these errors were encountered: