summaryrefslogtreecommitdiff
path: root/frontends/scripts
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-05-06 00:25:33 +0300
committerPaul Buetow <paul@buetow.org>2023-05-06 00:25:33 +0300
commit4800785862c62230618a5bdeb4cf5eab2879474b (patch)
tree5f4de6b11195596d8172b0e4edfd3cbc8e82bfbf /frontends/scripts
parent343b2201570294df4f01aa8c55a7bd2e5a0693a8 (diff)
add a habit
Diffstat (limited to 'frontends/scripts')
-rw-r--r--frontends/scripts/habit.pl1
1 files changed, 1 insertions, 0 deletions
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];