sane-wipe: dont wipe the static config files in ~/.mozilla/firefox

This commit is contained in:
2024-09-03 18:33:20 +00:00
parent 2e8904fa52
commit 1ce07e08f6

View File

@@ -24,7 +24,7 @@ wipe_browser() {
~/.config/chromium/* \ ~/.config/chromium/* \
~/.librewolf/default/* \ ~/.librewolf/default/* \
~/.local/share/epiphany/* \ ~/.local/share/epiphany/* \
~/.mozilla/* \ ~/.mozilla/firefox/default/* \
|| true # in case no matches || true # in case no matches
# browsers like to stick around in the background so they can load faster # browsers like to stick around in the background so they can load faster