2016-05-14 18:22:04 -04:00
|
|
|
#
|
|
|
|
# zim_clean_cache - removes all zcompiled files
|
|
|
|
#
|
|
|
|
|
2017-06-10 19:54:22 -04:00
|
|
|
find ${ZIM_HOME} -iname '*.zwc' | xargs rm
|
2016-05-14 18:22:04 -04:00
|
|
|
rm -f ${ZDOTDIR:-${HOME}}/.{zshrc.zwc,zcompdump,zcompdump.zwc}
|
|
|
|
|
|
|
|
print 'To rebuild the completion cache, please restart your terminal'
|