From: Fred Hamster Date: Sat, 7 Oct 2023 00:48:08 +0000 (-0400) Subject: nice addition remembers bash startup and history X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=9ce1ea526ca98a66c4eb688a992a4db3d798140c nice addition remembers bash startup and history --- 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");