From 9ce1ea526ca98a66c4eb688a992a4db3d798140c Mon Sep 17 00:00:00 2001 From: Fred Hamster Date: Fri, 6 Oct 2023 20:48:08 -0400 Subject: [PATCH] nice addition remembers bash startup and history --- scripts/archival/snarf_notes.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/archival/snarf_notes.pl b/scripts/archival/snarf_notes.pl index 7aff737c..2c5bfe66 100644 --- a/scripts/archival/snarf_notes.pl +++ b/scripts/archival/snarf_notes.pl @@ -38,7 +38,7 @@ local($snarf_file) = &snarf_name($snarf_file_base, $number); ############################################################################ # get top level text files and other potentially important items... -&backup_files($snarf_file_base, $number, $root, ".", ("*.html", "*.txt", "makefile*")); +&backup_files($snarf_file_base, $number, $root, ".", ("*.html", "*.txt", "makefile*", ".bashrc", ".bash_history")); # gather any directories in our home that match these often recurring patterns. &snarf_by_pattern($snarf_file_base, "$root", "crucial"); -- 2.34.1