1151d2ae2de6

Update
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Thu, 30 Jan 2020 11:51:02 -0500
parents 36ccd1c2283c
children ae04003d354a
branches/tags (none)
files README.markdown

Changes

--- 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 …`.