]> git.donarmstrong.com Git - zsh.git/blobdiff - .zsh/zshrc/00_recompile
do not die if compiling finds no files
[zsh.git] / .zsh / zshrc / 00_recompile
index 37c607c69558ccc1253bdaee0c9c1dffee705dff..b374740790fda41f1e2361adbd4ab70f8adabeab 100644 (file)
@@ -8,7 +8,7 @@
 # Source repository: http://git.madduck.net/v/etc/zsh.git
 #
 
-zrecompile $ZDOTDIR/** $ZVARDIR/** | while read pre file post; do
+zrecompile $ZDOTDIR/**(N) $ZVARDIR/**(N) | while read pre file post; do
     case "$post" in
       succeeded) rm -f "${file%:}".old;;
       *) :;;