1
0
Fork 0
mirror of synced 2024-06-01 06:41:12 -04:00
zimfw/tools/zim_clean_cache

9 lines
244 B
Plaintext
Raw Permalink Normal View History

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