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