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

8 lines
234 B
Text

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