Don't error on missing zcompdump
This commit is contained in:
@ -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}
|
||||
'';
|
||||
|
Reference in New Issue
Block a user