Browse Source

Add basic documentation on external module directories

master
Kaleb Elwert 7 years ago
parent
commit
f6271ff657
  1. 13
      README.md

13
README.md

@ -90,6 +90,19 @@ accompanying README files to learn of what is available.
![sorin theme][2] ![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 Customization
------------- -------------

Loading…
Cancel
Save