X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/8d06ad925c2b9f874dc5ce19e4a644bf070fe916..2ed60c52692b50d605703dcf9e0deaf985e11700:/.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