From b6b3620f34539108491375443908f1c7e5c0f711 Mon Sep 17 00:00:00 2001 From: Matt Hamilton Date: Mon, 28 Dec 2015 01:56:07 -0500 Subject: [PATCH] not in a function; remove local --- modules/completion/init.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/completion/init.zsh b/modules/completion/init.zsh index a767a6d..1d0a07e 100644 --- a/modules/completion/init.zsh +++ b/modules/completion/init.zsh @@ -23,7 +23,7 @@ source ${0:h}/compdefs.zsh { # zcomple the .zcompdump in the background - local zcompdump=${ZDOTDIR:-${HOME}}/.zcompdump + zcompdump=${ZDOTDIR:-${HOME}}/.zcompdump if [[ -s ${zcompdump} && ( ! -s ${zcompdump}.zwc || ${zcompdump} -nt ${zcompdump}.zwc) ]]; then zcompile ${zcompdump}