From: martin f. krafft <madduck@madduck.net>
Date: Mon, 12 May 2008 15:43:35 +0000 (+0100)
Subject: we need to prevent creation of the .zwc file
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e8fc408542b2f0a0ace3add47af55ded11f1d862;p=zsh.git

we need to prevent creation of the .zwc file
---

diff --git a/.zsh/zshrc/31_cd_bugfix b/.zsh/zshrc/31_cd_bugfix
index f551907..d306d25 100644
--- a/.zsh/zshrc/31_cd_bugfix
+++ b/.zsh/zshrc/31_cd_bugfix
@@ -1,3 +1,4 @@
 # fix until #480889 is fixed
 
 cd () { builtin cd $* && ll }
+rm -f $(print -P '%N').zwc