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

Reduce bash_completion startup time #1759

Merged
merged 1 commit into from
Mar 22, 2018
Merged

Conversation

easyaspi314
Copy link
Contributor

command -v nvm

is a lot faster than

nvm

period.

This significantly cuts shell login time.

Copy link
Member

@ljharb ljharb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems reasonable, thanks!

@ljharb ljharb added the performance This relates to anything regarding the speed of using nvm. label Mar 22, 2018
@ljharb ljharb merged commit d8689f6 into nvm-sh:master Mar 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance This relates to anything regarding the speed of using nvm.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants