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

[Refactor] nvm.sh minor refactor #1421

Merged
merged 1 commit into from
Mar 15, 2017

Conversation

PeterDaveHello
Copy link
Collaborator

No description provided.

nvm.sh Outdated
@@ -640,7 +640,6 @@ nvm_list_aliases() {
nvm_echo "${LTS_ALIAS}"
fi
done
return
Copy link
Member

Choose a reason for hiding this comment

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

This is done intentionally to avoid any previous commands' exit codes from leaking through.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Updated!

nvm.sh Outdated
@@ -2121,7 +2120,6 @@ nvm_check_file_permissions() {
if [ "${ZSH_HAS_NONOMATCH_UNSET}" -eq 1 ] && nvm_has "setopt"; then
setopt nomatch
fi
return 0
Copy link
Member

Choose a reason for hiding this comment

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

same here

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Updated!

@ljharb ljharb merged commit d8538da into nvm-sh:master Mar 15, 2017
@PeterDaveHello PeterDaveHello deleted the refactor-nvm.sh branch March 15, 2017 06:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants