fuji/home/zsh: recompile .zcompdump after update

This commit is contained in:
2026-03-23 14:13:34 +01:00
parent cf565b8949
commit 04a4e07a6d

View File

@@ -115,6 +115,11 @@
if [[ -n "$BUBBLEWRAP_DIR" ]]; then
RPS1="{{$BUBBLEWRAP_DIR}}"
fi
# Recompile .zcompdump if stale
if [[ -f ~/.zcompdump && ( ! -f ~/.zcompdump.zwc || ~/.zcompdump -nt ~/.zcompdump.zwc ) ]]; then
zcompile ~/.zcompdump
fi
'';
};