summaryrefslogtreecommitdiff
path: root/frontends/scripts
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-05-05 19:47:03 +0300
committerPaul Buetow <paul@buetow.org>2023-05-05 19:47:03 +0300
commit2d467468e76c421a78ec365b312f89d7a6008b32 (patch)
tree003351fa44adf409b6afef1278d699c26c9429ce /frontends/scripts
parent0c89d43ab62e219568b21096eee3d76c0c042847 (diff)
add vitamins
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 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];