From 8ba34e68e5755540c212506811519ca0a49eb73c Mon Sep 17 00:00:00 2001 From: Eric Nielsen Date: Tue, 26 Sep 2017 17:16:26 -0500 Subject: [PATCH] [completion] Don't zcompile the zcompdump file as this is already being done in `zlogin`. Centralizing all the compilation in one place. Closes #218 --- modules/completion/init.zsh | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/modules/completion/init.zsh b/modules/completion/init.zsh index 1658946..75bdb4c 100644 --- a/modules/completion/init.zsh +++ b/modules/completion/init.zsh @@ -21,17 +21,6 @@ autoload -Uz compinit && compinit -C -d "${ZDOTDIR:-${HOME}}/${zcompdump_file:-. # set any compdefs source ${0:h}/compdefs.zsh -{ - # zcomple the .zcompdump in the background - zcompdump=${ZDOTDIR:-${HOME}}/.zcompdump - - if [[ -s ${zcompdump} && ( ! -s ${zcompdump}.zwc || ${zcompdump} -nt ${zcompdump}.zwc) ]]; then - zcompile ${zcompdump} - fi - - unset zcompdump -} &! - # # zsh options