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:
eyal0803 2018-07-19 16:00:38 +03:00 committed by GitHub
parent 2d88fd5c8f
commit cd49f963e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`