summaryrefslogtreecommitdiff
path: root/frontends/scripts
diff options
context:
space:
mode:
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];