summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
2e0a801)
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.
.bash_logout_SRC = shell-logout
.zlogout_SRC = shell-logout
.bash_logout_SRC = shell-logout
.zlogout_SRC = shell-logout
+all::
+ $(V_AT)if [ $(HOME)/.zcompdump -ot dot/zshrc ]; then \
+ $(call v_print,ZAP,$(HOME)/.zcompdump)rm -f $(HOME)/.zcompdump; \
+ fi
+
## The Plan 9 `rc' shell. This needs special hacking, because the Linux port
## and Plan 9 From User Space have incompatible syntax.
DOTLINKS += lib/profile
## The Plan 9 `rc' shell. This needs special hacking, because the Linux port
## and Plan 9 From User Space have incompatible syntax.
DOTLINKS += lib/profile