Cache completion loading
This commit is contained in:
parent
b28abca203
commit
f5af7f2580
1 changed files with 9 additions and 0 deletions
|
@ -33,3 +33,12 @@ if which nodenv > /dev/null; then
|
|||
eval "$(nodenv init --no-rehash -)"
|
||||
(nodenv rehash &) 2> /dev/null
|
||||
fi
|
||||
|
||||
autoload compinit -Uz
|
||||
setopt EXTENDEDGLOB
|
||||
if [[ -n ${ZDOTDIR}/.zcompdump(#qN.mh+24) ]]; then
|
||||
compinit
|
||||
else
|
||||
compinit -C
|
||||
fi
|
||||
unsetopt EXTENDEDGLOB
|
||||
|
|
Loading…
Reference in a new issue