X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/da9cf680958b6880f61acd01436b41716092f235..41580d8fa251d8388afbb3955833e92f70c7ec49:/.zsh/zprofile/40_zcompile?ds=sidebyside diff --git a/.zsh/zprofile/40_zcompile b/.zsh/zprofile/40_zcompile index 1d9718f..174a757 100644 --- a/.zsh/zprofile/40_zcompile +++ b/.zsh/zprofile/40_zcompile @@ -9,13 +9,13 @@ # if [ -n "$ZDOTDIR" ] && [ -d "$ZDOTDIR" ]; then - rm -f $ZDOTDIR/**/*.zwc(D.N) + rm -f $ZDOTDIR/**/*.zwc{,.old}(D.N) for f ($ZDOTDIR/*(D.,@) $ZDOTDIR/**/*(.)) \ [[ $f:t != .gitignore ]] && zcompile $f fi if [ -n "$ZVARDIR" ] && [ -d "$ZVARDIR" ]; then - rm -f $ZVARDIR/**/*.zwc(.N) + rm -f $ZVARDIR/**/*.zwc{,.old}(.N) for f ($ZVARDIR/comp*(.N)) zcompile $f fi