From 2d467468e76c421a78ec365b312f89d7a6008b32 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 5 May 2023 19:47:03 +0300 Subject: add vitamins --- frontends/scripts/habit.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'frontends/scripts') diff --git a/frontends/scripts/habit.pl b/frontends/scripts/habit.pl index 6ae14d7..146eb2c 100644 --- a/frontends/scripts/habit.pl +++ b/frontends/scripts/habit.pl @@ -31,6 +31,7 @@ our @habits = ( 'Only use my phone and computers intentionally', 'Learn vocs with Anki', 'Learn/try out a new Linux/Unix command', + 'Got enough vitamins?', ); my $habit = $habits[rand @habits]; -- cgit v1.2.3