_zimfw_clean_dumpfile() { local zdumpfile zopt zstyle -s ':zim:completion' dumpfile 'zdumpfile' || zdumpfile="<%= home %>/.zcompdump" (( ! _zquiet )) && zopt='-v' command rm -f ${zopt} ${zdumpfile}{,.zwc{,.old}} || return 1 if (( ! _zquiet )); then print -P '<%= done %>Done with clean-dumpfile. Restart your terminal to dump an updated configuration.' fi }