Unverified Commit 4298e89b authored by Paul Robert Lloyd's avatar Paul Robert Lloyd Committed by GitHub
Browse files

docs(nvm): clarify how to enable settings (#9542)

It wasn’t clear where I should set the `NVM_AUTOLOAD` variable. The clue was to be found in [the docs for another plugin](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fzf). It seems setting values need to come before Oh My Zsh is sourced.

Updated read me to reflect this, and the fact that one of the settings mentioned is specific to nvm, not this plugin.
parent 88ffc2f6
...@@ -11,9 +11,11 @@ plugins=(... nvm) ...@@ -11,9 +11,11 @@ plugins=(... nvm)
## Settings ## Settings
- **`NVM_DIR`**: if you have installed nvm in a directory other than `$HOME/.nvm`, set and export `NVM_DIR` If you installed nvm in a directory other than `$HOME/.nvm`, set and export `NVM_DIR` to be the directory
to be the directory where you installed nvm. where you installed nvm.
These settings should go in your zshrc file, before Oh My Zsh is sourced:
- **`NVM_HOMEBREW`**: if you installed nvm via Homebrew, in a directory other than `/usr/local/opt/nvm`, you - **`NVM_HOMEBREW`**: if you installed nvm via Homebrew, in a directory other than `/usr/local/opt/nvm`, you
can set `NVM_HOMEBREW` to be the directory where you installed it. can set `NVM_HOMEBREW` to be the directory where you installed it.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment