From d789c258ab9b1764f6bcf8fd30b583efab2a0381 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Sat, 10 May 2008 20:07:53 +0100 Subject: [PATCH] delete .zwc.old files --- .zsh/zprofile/40_zcompile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2