nice addition remembers bash startup and history
authorFred Hamster <fred@gruntose.com>
Sat, 7 Oct 2023 00:48:08 +0000 (20:48 -0400)
committerFred Hamster <fred@gruntose.com>
Sat, 7 Oct 2023 00:48:08 +0000 (20:48 -0400)
scripts/archival/snarf_notes.pl

index 7aff737ca0cd0923434294aad2f7acf00344e207..2c5bfe660e65c396c04236ad6bbd7fa45448561d 100644 (file)
@@ -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");