add zstyle for allowing alias definitions on modules
This commit is contained in:
parent
13b501adaf
commit
8694f97099
1 changed files with 10 additions and 0 deletions
|
@ -34,6 +34,16 @@ zstyle ':prezto:load' pmodule \
|
||||||
'completion' \
|
'completion' \
|
||||||
'prompt'
|
'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
|
# Editor
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Reference in a new issue