Cache completion loading

This commit is contained in:
Andrew Tomaka 2022-01-18 09:18:30 -05:00
parent b28abca203
commit f5af7f2580
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

View file

@ -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