From: Mark Wooding Date: Sat, 8 Dec 2018 13:09:17 +0000 (+0000) Subject: Makefile: Zap Zsh's secret `~/.zcompdump' file if `.zshrc' is newer. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/72123a3aa335c15e9349f60d202273f3d38f8ca9?ds=sidebyside;hp=72123a3aa335c15e9349f60d202273f3d38f8ca9 Makefile: Zap Zsh's secret `~/.zcompdump' file if `.zshrc' is newer. Otherwise it can resurrect dead keybindings and other confusing badness. It does make a significant difference to Zsh startup speed, but Zsh will recreate it automatically so it's all good. ---