From b1be709544a0658255b12b2fb37b66652556acbb Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Tue, 24 Jan 2023 07:59:25 +0000 Subject: [PATCH] Update file run_onchange_after_100-cleanup.tmpl --- .../universal/run_onchange_after_100-cleanup.tmpl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home/.chezmoiscripts/universal/run_onchange_after_100-cleanup.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_100-cleanup.tmpl index 5f46ec10..55c5dd73 100644 --- a/home/.chezmoiscripts/universal/run_onchange_after_100-cleanup.tmpl +++ b/home/.chezmoiscripts/universal/run_onchange_after_100-cleanup.tmpl @@ -16,3 +16,9 @@ fi if [ -f "$HOME/.wget-hsts" ]; then rm -f "$HOME/.wget-hsts" fi + +### Remove .wrangler +# Not sure how this is populating but the proper environment variables appear to be in place and nothing breaks when its removed +if [ -d "$HOME/.wrangler" ]; then + rm -rf "$HOME/.wrangler" +fi