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