diff options
| author | Szymon Szukalski <szymon@szymonszukalski.com> | 2026-04-08 10:41:28 +1000 |
|---|---|---|
| committer | Szymon Szukalski <szymon@szymonszukalski.com> | 2026-04-08 10:41:28 +1000 |
| commit | 46ea9f2375a446b1df2ff70cb1340c82ade4c341 (patch) | |
| tree | 1aff535f3529489f26168b8f18fc40e40b934c1a /reset | |
| parent | b041a96c7bbd2929586702dbc464eb079f89e56e (diff) | |
chore: clear custom file in reset
Diffstat (limited to 'reset')
| -rwxr-xr-x | reset | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,5 +2,5 @@ set -eu -rm -f init.el early-init.el +rm -f init.el early-init.el custom.el rm -rf auto-save-list eln-cache elpa |
