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

Aliases and multishell support #30

Merged
merged 16 commits into from
Feb 14, 2019
Merged

Aliases and multishell support #30

merged 16 commits into from
Feb 14, 2019

Conversation

Schniz
Copy link
Owner

@Schniz Schniz commented Feb 12, 2019

This PR adds the ability to use a node version per-shell:
each fnm env --multi creates a temporary symlink and adds it to the $PATH
env var. fnm use will alter this temporary symlink instead of ~/.fnm/current.

It also adds the ability to create and update aliases (but not removing them):

fnm alias v8.11.3 some-name
fnm use some-name # just like `fnm use v8.11.3`

@Schniz Schniz self-assigned this Feb 12, 2019
@Schniz Schniz mentioned this pull request Feb 14, 2019
@Schniz Schniz merged commit 05e27c6 into master Feb 14, 2019
@Schniz Schniz deleted the support-multishell branch February 14, 2019 09:25
@Schniz Schniz added the PR: New Feature A new feature was added label Feb 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: New Feature A new feature was added
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant