-
Notifications
You must be signed in to change notification settings - Fork 472
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
Prevent duplicate fnm_multishells in PATH #1309
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Only eval `fnm env` in non-login shells.
please explain this change further |
none of my scripts actually run |
The reason is that it's standard to source If we don't have this check, it'll lead to duplicate |
One possible alternative is to add a check to |
Only eval
fnm env
in non-login shells.The duplicate fnm_multishells in PATH leads to many problems, including a very broken
fnm use system
.(This will of course also need to be fixed in the installer script as well...)