mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 06:58:01 +00:00
Add basic documentation on external module directories
This commit is contained in:
parent
2436806fce
commit
d725233bb1
13
README.md
13
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
|
||||
-------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user