From 0dc6bea0eb1631ff0c46bb987e96c9b992c77289 Mon Sep 17 00:00:00 2001 From: ION606 Date: Fri, 28 Jun 2024 16:08:47 +0000 Subject: [PATCH] added history preferences to setup.sh --- setup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.sh b/setup.sh index cb63dba..6949428 100644 --- a/setup.sh +++ b/setup.sh @@ -126,6 +126,9 @@ sudo dnf update echo assumeyes=False | sudo tee -a /etc/dnf/dnf.conf cd ../ && rm -rf tempinstall || echo "failed to remove temporary directory at ~/Downloads/tempinstall" +# history preferences +HISTIGNORE="*shutdown now*:*reboot*:erasedups" + # Log-ins and installs bw login gh auth login