From 0335e5c626388e67fcc5ec58bb1573c6ce4c31f3 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 10 Jun 2025 13:28:59 -0400 Subject: [PATCH] Update config add clear history to reset --- config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config b/config index 8cf523a3..9b4bd333 100755 --- a/config +++ b/config @@ -1402,6 +1402,10 @@ elif [ "$1" = "-g" ]; then sudo journalctl --rotate sudo journalctl --vacuum-time=1s + + rm -rf ~/.config/chromium/Singleton* + + cat /dev/null > ~/.bash_history && history -c reboot=1 else