1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-10-14 07:49:09 +00:00

[#23] Convert completion into a module

This commit is contained in:
Sorin Ionescu
2012-03-28 14:29:45 -04:00
parent 4f06785949
commit 92816f6db7
4 changed files with 2 additions and 5 deletions

View File

@@ -26,7 +26,6 @@ zstyle -a ':omz:load' omodule 'omodules'
fpath=(
${0:h}/themes/*(/FN)
${omodules:+${0:h}/modules/${^omodules}/{functions,completions}(/FN)}
${0:h}/{functions,completions}(/FN)
$fpath
)
@@ -52,7 +51,6 @@ source "${0:h}/helper.zsh"
source "${0:h}/environment.zsh"
source "${0:h}/terminal.zsh"
source "${0:h}/editor.zsh"
source "${0:h}/completion.zsh"
# Source modules defined in ~/.zshrc.
for omodule in "$omodules[@]"; do