From 66c4065059b8bd8d4a33f8eddb9bac3a823cabe6 Mon Sep 17 00:00:00 2001 From: jmanczak Date: Thu, 9 Apr 2026 20:20:36 +0200 Subject: [PATCH] small boast --- src/config.rs | 1 + 1 file changed, 1 insertion(+) 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<()> {