# # zim_clean_cache - removes all zcompiled files # find ${ZIM_HOME} -iname '*.zwc' | xargs rm rm -f ${ZDOTDIR:-${HOME}}/.{zshrc.zwc,zcompdump,zcompdump.zwc} print 'To rebuild the completion cache, please restart your terminal'