projects
/
zsh.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81f7855
)
delete .zwc.old files
author
martin f. krafft
<madduck@madduck.net>
Sat, 10 May 2008 19:07:53 +0000
(20:07 +0100)
committer
martin f. krafft
<madduck@madduck.net>
Sat, 10 May 2008 19:07:53 +0000
(20:07 +0100)
.zsh/zprofile/40_zcompile
patch
|
blob
|
history
diff --git
a/.zsh/zprofile/40_zcompile
b/.zsh/zprofile/40_zcompile
index 1d9718fc234ae3b10c36bc69ad5e55ab32524b8e..174a757d8c024b31ad1c7402554f1a6aad36ec29 100644
(file)
--- 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