From ee2a411d3eb0fd2025b24a9b48aa47c9269bf728 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 1 Nov 2013 08:06:50 +0000 Subject: zsh: Recompile compdump file in dotfiles installer --- install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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/* -- cgit 1.4.1