Don't clear ZSH_CACHE
This also erases command history, which isn't helpful.
This commit is contained in:
@ -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}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user