Allow skipping of security checks for compinit in ZSH initialisation
This release includes the following:
- Issue #964: With
ZSH_DISABLE_COMPFIX="true",compinit -u -Cis called. The-Cflag will causecompinitto skip all security checks and the-uflag will use all files found for completion. This is considered best practice in oh-my-zsh. - Some pre-emptive work to enable checksum cabability.