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

Support pmodule-allow-overrides feature (#1780)

This commit is contained in:
mattmc3
2020-01-13 18:49:37 -05:00
committed by Kaleb Elwert
parent c6efe80152
commit a3a51bdf6c
2 changed files with 8 additions and 3 deletions

View File

@ -18,6 +18,9 @@ zstyle ':prezto:*:*' color 'yes'
# Add additional directories to load prezto modules from
# zstyle ':prezto:load' pmodule-dirs $HOME/.zprezto-contrib
# Allow module overrides when pmodule-dirs causes module name collisions
# zstyle ':prezto:load' pmodule-allow-overrides 'yes'
# Set the Zsh modules to load (man zshmodules).
# zstyle ':prezto:load' zmodule 'attr' 'stat'