|
|
|
@ -17,6 +17,7 @@ zstyle ':prezto:*:*' color 'yes'
|
|
|
|
|
|
|
|
|
|
# Add additional directories to load prezto modules from
|
|
|
|
|
# zstyle ':prezto:load' pmodule-dirs $HOME/.zprezto-contrib
|
|
|
|
|
zstyle ':prezto:load' pmodule-dirs $HOME/.zsh/modules
|
|
|
|
|
|
|
|
|
|
# Allow module overrides when pmodule-dirs causes module name collisions
|
|
|
|
|
# zstyle ':prezto:load' pmodule-allow-overrides 'yes'
|
|
|
|
@ -45,7 +46,8 @@ zstyle ':prezto:load' pmodule \
|
|
|
|
|
'ruby' \
|
|
|
|
|
'tmux' \
|
|
|
|
|
'history-substring-search' \
|
|
|
|
|
'syntax-highlighting'
|
|
|
|
|
'syntax-highlighting' \
|
|
|
|
|
'docker-completion'
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# Autosuggestions
|
|
|
|
|