1
0
Fork 0
mirror of synced 2024-05-28 13:01:12 -04:00
zimfw/tools/zim_clean_cache
2016-09-02 17:46:11 -07:00

9 lines
244 B
Plaintext

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