From 3790c840cb456f573910d738c8b5c004d8d8619a Mon Sep 17 00:00:00 2001 From: Sven Boekhoff Date: Tue, 30 Aug 2016 10:50:26 +0200 Subject: [PATCH] Specify where to add the plugin in 'Oh My ZSH!' installation --- 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)