diff options
-rwxr-xr-x | install | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/install b/install index 74cf8c4..d78200f 100755 --- a/install +++ b/install @@ -61,7 +61,8 @@ if [[ $OSTYPE == freebsd* ]]; then zfiles+=$target/zsh/freebsd.zsh fi -zrecompile -p -R ~/.zshrc.zwc $zfiles +zrecompile -p -R ~/.zshrc.zwc $zfiles -- \ + -M .zsh/cache/compdump for fp in $target/zsh/functions/*(/); do zrecompile -p $fp $fp/* |