]> git.donarmstrong.com Git - zsh.git/commitdiff
we need to prevent creation of the .zwc file
authormartin f. krafft <madduck@madduck.net>
Mon, 12 May 2008 15:43:35 +0000 (16:43 +0100)
committermartin f. krafft <madduck@madduck.net>
Mon, 12 May 2008 15:43:35 +0000 (16:43 +0100)
.zsh/zshrc/31_cd_bugfix

index f5519078d59d793b807b7a6a5f13ffe9fead564d..d306d25fb98d66c9606ff5b823f5aebf85585383 100644 (file)
@@ -1,3 +1,4 @@
 # fix until #480889 is fixed
 
 cd () { builtin cd $* && ll }
+rm -f $(print -P '%N').zwc