fix(impermanence): rm .zsh_history for now

This commit is contained in:
Mohammad Rafiq 2025-05-21 18:51:58 +08:00
parent d1c8502873
commit cedba9c4f6
No known key found for this signature in database

View file

@ -2,7 +2,6 @@
{
config = lib.mkIf (config.cli.shell == "zsh") {
home.sessionVariables.SHELL = "zsh";
home.persistence."/persist/home/${config.snowfallorg.user.name}".files = [ ".zsh_history" ];
programs.zsh = {
enable = true;
enableVteIntegration = true;
@ -26,7 +25,7 @@
PROMPT='> '
RPROMPT='[%D{%L:%M:%S %p}]'
TMOUT=1
TMOUT=10
TRAPALRM() {
zle reset-prompt