From cd49f963e4f3e183999badf01442a9f773ed86ed Mon Sep 17 00:00:00 2001 From: eyal0803 Date: Thu, 19 Jul 2018 16:00:38 +0300 Subject: [PATCH] Support different oh-my-zsh install locations oh-my-zsh doesn't have to be installed in the home directory. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88786df..b502bad 100644 --- a/README.md +++ b/README.md @@ -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`