develop#zsh: compinit needs -u to trust /nix/store

This commit is contained in:
Timothy DeHerrera 2019-12-17 15:50:39 -07:00
parent 39c80acdd1
commit b94a880a69
No known key found for this signature in database
GPG key ID: 8985725DB5B0C122

View file

@ -48,7 +48,7 @@ typeset -i updated_at=$(date +'%j' -r ~/.zcompdump \
# save time if completion cache has been update recently
if [ $(date +'%j') != $updated_at ]; then
compinit
compinit -u
else
compinit -C
fi