summaryrefslogtreecommitdiff
path: root/lib/compfix.zsh
AgeCommit message (Collapse)Author
2018-05-26Give more helpful message and disable purge of cachesMarc Cornellà
This error message will give information on what exactly has happened and how to either solve ownership and permissions or disable the check entirely. Also gets rid of the purge of compinit caches since with the current logic insecure completion directories are ignored and therefore haven't tainted the cached files.
2015-07-11Insecure completion handler added.leycec
A new "lib/compfix.zsh" script defining a new handle_completion_insecurities() function has been added, which handles insecure completion directories by notifying users of said insecurities and moving away all existing completion caches to a temporary directory. While intended to be called at startup, this function is generally callable at any time (e.g., for testing).