Update config add clear history to reset

master-ff
Alan Johnston 6 months ago committed by GitHub
parent e42a85993e
commit 0335e5c626
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1402,6 +1402,10 @@ elif [ "$1" = "-g" ]; then
sudo journalctl --rotate sudo journalctl --rotate
sudo journalctl --vacuum-time=1s sudo journalctl --vacuum-time=1s
rm -rf ~/.config/chromium/Singleton*
cat /dev/null > ~/.bash_history && history -c
reboot=1 reboot=1
else else

Loading…
Cancel
Save

Powered by TurnKey Linux.