diff --git a/src/config.rs b/src/config.rs index 4ca0822..876ba57 100644 --- a/src/config.rs +++ b/src/config.rs @@ -14,6 +14,7 @@ pub const REFERENCE_SPLASHES: &[&str] = &[ "memory palace", "take a break sometimes", "segmentation fault (jk)", + "over 100 lines of git history!", ]; pub fn envlogger_write_format(buf: &mut Formatter, rec: &Record) -> io::Result<()> {