X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/37655e9f7c34fba12543bd6a8f5d6a38a84f6370..1e8cbee504013a54e6d5141dfb8fba82de3f383d:/.zsh/zshrc/00_recompile diff --git a/.zsh/zshrc/00_recompile b/.zsh/zshrc/00_recompile index b374740..fabb2e5 100644 --- a/.zsh/zshrc/00_recompile +++ b/.zsh/zshrc/00_recompile @@ -10,7 +10,7 @@ zrecompile $ZDOTDIR/**(N) $ZVARDIR/**(N) | while read pre file post; do case "$post" in - succeeded) rm -f "${file%:}".old;; + succeeded*) rm -f "${file%:}".old;; *) :;; esac info "$pre ${file##$HOME/} $post"