mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-06 17:56:35 +05:30
feat: remove zcompdump from persist dir
This commit is contained in:
@ -7,7 +7,6 @@
|
|||||||
];
|
];
|
||||||
files = [
|
files = [
|
||||||
".zsh_history"
|
".zsh_history"
|
||||||
".zcompdump"
|
|
||||||
];
|
];
|
||||||
allowOther = true;
|
allowOther = true;
|
||||||
};
|
};
|
||||||
|
@ -86,7 +86,6 @@
|
|||||||
];
|
];
|
||||||
files = [
|
files = [
|
||||||
".zsh_history"
|
".zsh_history"
|
||||||
".zcompdump"
|
|
||||||
".wakatime.cfg"
|
".wakatime.cfg"
|
||||||
];
|
];
|
||||||
allowOther = true;
|
allowOther = true;
|
||||||
|
@ -12,7 +12,6 @@
|
|||||||
];
|
];
|
||||||
files = [
|
files = [
|
||||||
".zsh_history"
|
".zsh_history"
|
||||||
".zcompdump"
|
|
||||||
".wakatime.cfg"
|
".wakatime.cfg"
|
||||||
];
|
];
|
||||||
allowOther = true;
|
allowOther = true;
|
||||||
|
@ -6,7 +6,6 @@
|
|||||||
];
|
];
|
||||||
files = [
|
files = [
|
||||||
".zsh_history"
|
".zsh_history"
|
||||||
".zcompdump"
|
|
||||||
];
|
];
|
||||||
allowOther = true;
|
allowOther = true;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user