all repos — nixfiles @ ee2a411d3eb0fd2025b24a9b48aa47c9269bf728

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

zsh: Recompile compdump file in dotfiles installer
Alan Pearce alan@alanpearce.co.uk
Fri, 01 Nov 2013 08:06:50 +0000
commit

ee2a411d3eb0fd2025b24a9b48aa47c9269bf728

parent

7d8493f63daf93beb4c82d0c9602fc21974daca7

1 files changed, 2 insertions(+), 1 deletions(-)

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/*