add zstyle for allowing alias definitions on modules

This commit is contained in:
Zeh Rizzatti 2012-12-12 14:43:37 -03:00
parent 13b501adaf
commit 8694f97099

View file

@ -34,6 +34,16 @@ zstyle ':prezto:load' pmodule \
'completion' \
'prompt'
#
# Alias
#
# Allow aliases defined in all loaded modules with 'all'
# Commenting out will disable aliases
# Specific modules can be loaded with:
# zstyle ':prezto:alias' pmodule 'git' 'ruby' 'osx'
zstyle ':prezto:alias' pmodule 'all'
#
# Editor
#