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 f603ee1..2e7e363 100644
--- a/frontends/scripts/habit.pl
+++ b/frontends/scripts/habit.pl
@@ -38,6 +38,7 @@ our @habits = (
'Have a positive attitute - Be solution oriented',
'Focus on things I have under control',
'Listen to a random 101 chapter today',
+ 'Read my Gemini subscriptions',
);
my $habit = $habits[rand @habits];