Don't clear ZSH_CACHE

This also erases command history, which isn't helpful.
This commit is contained in:
2023-05-07 17:54:19 +01:00
parent bf72a2a2df
commit 0bf230611d

View File

@ -43,7 +43,6 @@ in {
}; };
system.userActivationScripts.cleanupZgen = '' system.userActivationScripts.cleanupZgen = ''
rm -rf $ZSH_CACHE
rm -fv $ZGEN_DIR/init.zsh{,.zwc} rm -fv $ZGEN_DIR/init.zsh{,.zwc}
''; '';
}; };