From 4026059923df7d411ffdfe07bdf93d2f045fb21c Mon Sep 17 00:00:00 2001 From: DogeyStamp Date: Sat, 5 Feb 2022 15:17:14 -0500 Subject: [PATCH] Add bash history to cleanup script --- src/.local/bin/cleanup | 1 + 1 file changed, 1 insertion(+) diff --git a/src/.local/bin/cleanup b/src/.local/bin/cleanup index bdb47b4..3951cad 100755 --- a/src/.local/bin/cleanup +++ b/src/.local/bin/cleanup @@ -9,6 +9,7 @@ rm -rf \ .wget-hsts \ .python_history \ .units_history \ +.bash_history \ .avidemux6 \ .xsel.log \ .gnuplot_history \