1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-07-02 21:19:25 +00:00

Allow modules to be loaded from multiple places (#1458)

* Allow modules to be loaded from multiple places
* Add setting for user specified module dirs

This is initial work for the contrib repo, mentioned in #1424
This commit is contained in:
Kaleb Elwert
2017-11-12 16:01:39 -08:00
committed by GitHub
parent ad79f78fbe
commit ce349dff81
3 changed files with 46 additions and 20 deletions

View File

@ -15,6 +15,9 @@
# Color output (auto set to 'no' on dumb terminals).
zstyle ':prezto:*:*' color 'yes'
# Add additional directories to load prezto modules from
# zstyle ':prezto:load' pmodule-dirs $HOME/.zprezto-contrib
# Set the Zsh modules to load (man zshmodules).
# zstyle ':prezto:load' zmodule 'attr' 'stat'