diff options
author | Alan Pearce | 2013-11-01 08:06:50 +0000 |
---|---|---|
committer | Alan Pearce | 2013-11-01 08:06:50 +0000 |
commit | ee2a411d3eb0fd2025b24a9b48aa47c9269bf728 (patch) | |
tree | 9bcb1f6c2c8f05fae832ccf0997029f949849019 | |
parent | 7d8493f63daf93beb4c82d0c9602fc21974daca7 (diff) | |
download | dotfiles-ee2a411d3eb0fd2025b24a9b48aa47c9269bf728.tar.lz dotfiles-ee2a411d3eb0fd2025b24a9b48aa47c9269bf728.tar.zst dotfiles-ee2a411d3eb0fd2025b24a9b48aa47c9269bf728.zip |
zsh: Recompile compdump file in dotfiles installer
-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/* |