--- a/README.markdown Thu Jan 30 10:17:54 2020 -0500
+++ b/README.markdown Thu Jan 30 11:51:02 2020 -0500
@@ -273,3 +273,10 @@
now, but I really should just learn it. Ordered a copy of the new edition of
the sysadmin book that I remember being really good from my Dumbwaiter days.
Hopefully that will be a good reference.
+
+Finished the FastQC stuff early, so spent a few minutes going through the
+gnuplot book. Random notes:
+
+* The user config file is `~/.gnuplot` (note the lack of an `rc` suffix).
+* To stop gnuplot from stealing my goddamn focus: `set terminal … noraise`.
+* To show the current value of a setting: `show …`.