From 8694f97099567c29dad8664d5bea61388ef32fba Mon Sep 17 00:00:00 2001 From: Zeh Rizzatti Date: Wed, 12 Dec 2012 14:43:37 -0300 Subject: [PATCH] add zstyle for allowing alias definitions on modules --- runcoms/zpreztorc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/runcoms/zpreztorc b/runcoms/zpreztorc index 27aad49b..d9bc0498 100644 --- a/runcoms/zpreztorc +++ b/runcoms/zpreztorc @@ -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 #