not in a function; remove local
This commit is contained in:
parent
9c84d1904c
commit
b6b3620f34
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ source ${0:h}/compdefs.zsh
|
||||||
|
|
||||||
{
|
{
|
||||||
# zcomple the .zcompdump in the background
|
# 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
|
if [[ -s ${zcompdump} && ( ! -s ${zcompdump}.zwc || ${zcompdump} -nt ${zcompdump}.zwc) ]]; then
|
||||||
zcompile ${zcompdump}
|
zcompile ${zcompdump}
|
||||||
|
|
Loading…
Reference in a new issue