1
0
Fork 0
mirror of synced 2024-06-02 23:31:11 -04:00
zimfw/tools/zim_clean_cache

9 lines
234 B
Plaintext

#
# 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'