all repos — nixfiles @ ee2a411d3eb0fd2025b24a9b48aa47c9269bf728

System and user configuration, managed by nix and home-manager

zsh: Recompile compdump file in dotfiles installer

Alan Pearce
commit

ee2a411d3eb0fd2025b24a9b48aa47c9269bf728

parent

7d8493f63daf93beb4c82d0c9602fc21974daca7

1 file changed, 2 insertions(+), 1 deletion(-)

jump to
M installinstall
@@ -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/*