1
0
Fork 0
mirror of synced 2025-03-09 07:21:00 -04:00
zimfw/tools/zim_clean_cache

8 lines
234 B
Text
Raw Normal View History

2016-05-14 15:22:04 -07:00
#
# zim_clean_cache - removes all zcompiled files
#
find ${ZIM_HOME} \( -name '*.zwc' -or -name '*.zwc.old' \) -delete
rm -f ${ZDOTDIR:-${HOME}}/.zshrc.zwc{,.old}
rm -f ${ZDOTDIR:-${HOME}}/${zcompdump_file:-.zcompdump}{,.zwc{,.old}}