fc84b645e9
so it's not a template anymore and can be under version control, instead of being manually updated by the user, as currently is the case with `~/.zlogin` and `${ZIM_HOME}/templates/zlogin`. Closes #218
7 lines
234 B
Text
7 lines
234 B
Text
#
|
|
# 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}}
|