1
0
Fork 0
mirror of synced 2024-09-19 12:02:53 -04:00
zimfw/tools/zim_clean_cache

10 lines
264 B
Text
Raw Normal View History

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