-
-
Notifications
You must be signed in to change notification settings - Fork 8.1k
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
[readme] reorganize “deeper shell integration” instructions #1569
Conversation
I don't understand how or why, but this broke a test?? :O https://travis-ci.org/creationix/nvm/jobs/248482210 |
You need to run |
README.md
Outdated
```bash | ||
# place this after nvm initialization! | ||
load-nvmrc() { | ||
# same definition as zsh-hook |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i'd prefer to either repeat the definition, or (better), have it in one place, and then only have the different sections for zsh and bash?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool, I'll get on it.
785ae8c
to
202d8a5
Compare
I organized the script examples as you suggested, and updated some of the language to be more specific, so let me know if that's ok. |
@ljharb anything blocking this merge? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the unacceptably long delay :-) I've rebased this and due to some later improvements to the loading logic in bash, I dropped that consolidation part.
No description provided.