mirror of
https://github.com/lukechilds/zsh-nvm.git
synced 2025-06-05 11:56:28 +08:00
Support different oh-my-zsh install locations
oh-my-zsh doesn't have to be installed in the home directory.
This commit is contained in:
parent
2d88fd5c8f
commit
cd49f963e4
@ -152,7 +152,7 @@ zgen load lukechilds/zsh-nvm
|
||||
Clone `zsh-nvm` into your custom plugins repo
|
||||
|
||||
```shell
|
||||
git clone https://github.com/lukechilds/zsh-nvm ~/.oh-my-zsh/custom/plugins/zsh-nvm
|
||||
git clone https://github.com/lukechilds/zsh-nvm "$ZSH_CUSTOM/plugins/zsh-nvm"
|
||||
```
|
||||
Then load as a plugin in your `.zshrc`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user