From bd213dd075b2b726f9ef9f2a52419755471b6b65 Mon Sep 17 00:00:00 2001 From: Sven Boekhoff Date: Tue, 30 Aug 2016 11:17:13 +0200 Subject: [PATCH] Specify where to add the plugin in 'Oh My ZSH!' installation (#5) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2eed580..a17995f 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,8 @@ Then load as a plugin in your `.zshrc` plugins+=(zsh-nvm) ``` +Keep in mind that plugins need to be added before `oh-my-zsh.sh` is sourced. + ### Manually Clone this repository somewhere (`~/.zsh-nvm` for example)