Don't error on missing zcompdump

This commit is contained in:
2023-05-08 10:33:39 +01:00
parent 5f05eefad7
commit dbeaaf3b52

View File

@ -44,7 +44,7 @@ in {
system.userActivationScripts.cleanupZgen = ''
rm -rf $ZDOTDIR/.*.zwc
rm $ZDOTDIR/.zcompdump
rm -f $ZDOTDIR/.zcompdump
rm -rf $ZSH_CACHE
rm -fv $ZGEN_DIR/init.zsh{,.zwc}
'';