From d725233bb1be2db83cbd6ee2a7aea5ef62ca90d1 Mon Sep 17 00:00:00 2001 From: Kaleb Elwert Date: Sun, 12 Nov 2017 17:53:10 -0800 Subject: [PATCH] Add basic documentation on external module directories --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index f263a17..54cb09b 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,19 @@ accompanying README files to learn of what is available. ![sorin theme][2] +### External Modules + + 1. By default modules will be loaded from */modules* and */contrib*. + 2. Additional module directories can be added to the + `:prezto:load:pmodule-dirs` setting in *~/.zpreztorc*. + + Note that module names need to be unique or they will cause an error when + loading. + + ```console + zstyle ':prezto:load' pmodule-dirs $HOME/.zprezto-contrib + ``` + Customization -------------