From 4800785862c62230618a5bdeb4cf5eab2879474b Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 May 2023 00:25:33 +0300 Subject: add a habit --- 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 146eb2c..24e6adb 100644 --- a/frontends/scripts/habit.pl +++ b/frontends/scripts/habit.pl @@ -32,6 +32,7 @@ our @habits = ( 'Learn vocs with Anki', 'Learn/try out a new Linux/Unix command', 'Got enough vitamins?', + 'Process my last (book) notes', ); my $habit = $habits[rand @habits]; -- cgit v1.2.3