mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-05 20:56:33 +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