Fixed vim and zsh
This commit is contained in:
8
zsh/tools/zim_clean_cache
Normal file
8
zsh/tools/zim_clean_cache
Normal file
@ -0,0 +1,8 @@
|
||||
#
|
||||
# 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'
|
Reference in New Issue
Block a user