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

Allow setting nvm's custom install directory #231

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

davychhouk
Copy link

@davychhouk davychhouk commented Oct 26, 2024

Description:

Allow setting nvm's custom install directory.

If $nvm_dir is set, it would use this path as the install directory. Otherwise default to $XDG_DATA_HOME.

Changes:

  • Update setting $nvm_data value by checking $nvm_dir first before defaulting to $XDG_DATA_HOME.
  • Update README.md detailing how to set $nvm_dir.

Ref: #146

@jorgebucaran
Copy link
Owner

Thank you! I'll take a little time to think it over and decide if I want to go for it or not.

@jorgebucaran jorgebucaran added the enhancement New feature or fix label Oct 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants