feat: remove zcompdump from persist dir

This commit is contained in:
tux
2025-01-09 19:53:54 +05:30
parent 785c77705c
commit 1b056c4da2
4 changed files with 0 additions and 4 deletions

View File

@ -7,7 +7,6 @@
]; ];
files = [ files = [
".zsh_history" ".zsh_history"
".zcompdump"
]; ];
allowOther = true; allowOther = true;
}; };

View File

@ -86,7 +86,6 @@
]; ];
files = [ files = [
".zsh_history" ".zsh_history"
".zcompdump"
".wakatime.cfg" ".wakatime.cfg"
]; ];
allowOther = true; allowOther = true;

View File

@ -12,7 +12,6 @@
]; ];
files = [ files = [
".zsh_history" ".zsh_history"
".zcompdump"
".wakatime.cfg" ".wakatime.cfg"
]; ];
allowOther = true; allowOther = true;

View File

@ -6,7 +6,6 @@
]; ];
files = [ files = [
".zsh_history" ".zsh_history"
".zcompdump"
]; ];
allowOther = true; allowOther = true;
}; };