Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
4d8d7bed
Unverified
Commit
4d8d7bed
authored
Dec 29, 2021
by
Paul Robert Lloyd
Committed by
GitHub
Dec 29, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs(nvm): clarify how to get Homebrew directory (#10393)
parent
8b53d049
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
README.md
plugins/nvm/README.md
+3
-1
No files found.
plugins/nvm/README.md
View file @
4d8d7bed
...
...
@@ -17,7 +17,9 @@ 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
can set
`NVM_HOMEBREW`
to be the directory where you installed it.
can set
`NVM_HOMEBREW`
to be the directory where you installed it. For example, on Apple Silicon-based Macs,
[
Homebrew is installed in `/opt/homebrew`
](
https://docs.brew.sh/Installation
)
. To get the directory where
nvm has been installed, regardless of chip architecture, use
`NVM_HOMEBREW=$(brew --prefix nvm)`
.
-
**`NVM_LAZY`**
: if you want the plugin to defer the load of nvm to speed-up the start of your zsh session,
set
`NVM_LAZY`
to
`1`
. This will use the
`--no-use`
parameter when loading nvm, and will create a function
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment