Skip to content

Commit

Permalink
Add basic documentation on external module directories
Browse files Browse the repository at this point in the history
  • Loading branch information
belak committed Nov 13, 2017
1 parent 2436806 commit d725233
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------

Expand Down

0 comments on commit d725233

Please sign in to comment.