-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Ignores $ZDOTDIR when installing #3128
Comments
what is |
Quoting
Basically a systemwide property to change the save location of your ~/.zshrc |
ok, so it seems like if in the install script, instead of looking for |
Yep, ZDOTDIR is just for overriding the location of the .zshrc file, the actual .zshrc file works the same. |
Then all that's needed is a minor change, and a test :-) feel free to submit a PR if you have the time! |
How did you install
nvm
?install script in readme
What steps did you perform?
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
What happened?
A new file at
~/.zshrc
was created and populated withWhat did you expect to happen?
For the file at
$ZDOTDIR/.zshrc
to be populated (in my case~/.config/zsh/.zshrc
)Is there anything in any of your profile files that modifies the
PATH
?/etc/zsh/zshenv
:The text was updated successfully, but these errors were encountered: