]> git.donarmstrong.com Git - zsh.git/blobdiff - .zsh/zprofile/40_zcompile
fix zrecompiling
[zsh.git] / .zsh / zprofile / 40_zcompile
index b3a3e264ae454098abc55f015dde699b0448118a..4ebd4db7e58669a05b74c5d325014c1366527481 100644 (file)
@@ -9,7 +9,7 @@
 #
 
 if [ -n "$ZDOTDIR" ]; then
-  command rm -f $ZDOTDIR/**/*.zwc(.N) $ZDOTDIR/**/.*.zwc(.N) ZVAR/**/*.zwc(.N)
+  command rm -f $ZDOTDIR/**/*.zwc(.N) $ZDOTDIR/**/.*.zwc(.N) $ZVAR/**/*.zwc(.N)
   for f ($ZDOTDIR/.*(@) $ZDOTDIR/*(.) $ZDOTDIR/**/*(.) $ZVAR/comp-$HOST) \
     zcompile $f
 fi