sane-wipe-browser: also wipe Brave
This commit is contained in:
@@ -2,14 +2,17 @@
|
|||||||
#!nix-shell -i bash
|
#!nix-shell -i bash
|
||||||
# remove firefox/librewolf/chromium artifacts
|
# remove firefox/librewolf/chromium artifacts
|
||||||
rm -rf \
|
rm -rf \
|
||||||
~/.librewolf/default/* \
|
~/.cache/BraveSoftware/* \
|
||||||
~/.cache/librewolf/* \
|
|
||||||
~/.mozilla/* \
|
|
||||||
~/.cache/mozilla/firefox/* \
|
|
||||||
~/.config/chromium \
|
|
||||||
~/.cache/chromium \
|
~/.cache/chromium \
|
||||||
|
~/.cache/librewolf/* \
|
||||||
|
~/.cache/mozilla/firefox/* \
|
||||||
|
~/.config/BraveSoftware/* \
|
||||||
|
~/.config/chromium \
|
||||||
|
~/.librewolf/default/* \
|
||||||
|
~/.mozilla/* \
|
||||||
|| 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
|
||||||
sudo pkill librewolf || true
|
sudo pkill brave || true
|
||||||
sudo pkill firefox || true
|
sudo pkill firefox || true
|
||||||
|
sudo pkill librewolf || true
|
||||||
|
Reference in New Issue
Block a user