X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/33004025db685f7638c2aca82c9cad379af0f940..b0a03b1f32f3f6f1be42c166bb14e22238801051:/.zsh/zprofile/40_zcompile?ds=inline diff --git a/.zsh/zprofile/40_zcompile b/.zsh/zprofile/40_zcompile index 23fd063..91b133a 100644 --- a/.zsh/zprofile/40_zcompile +++ b/.zsh/zprofile/40_zcompile @@ -15,7 +15,7 @@ fi if [ -n "$ZVARDIR" ] && [ -d "$ZVARDIR" ]; then rm -f $ZVARDIR/**/*.zwc(.N) - for f ($ZVARDIR/comp*(.)) zcompile $f + for f ($ZVARDIR/comp*(.N)) zcompile $f fi # vim:ft=zsh