Don't clear ZSH_CACHE
This also erases command history, which isn't helpful.
This commit is contained in:
@ -43,8 +43,7 @@ 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