diff options
| author | Paul Buetow <paul@buetow.org> | 2023-05-13 12:24:22 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-05-13 12:24:22 +0300 |
| commit | b54291a998b2dd7f18d115f7e520b71a0dd4fa99 (patch) | |
| tree | 72ef697861bd8beb96fe2d1d1dafb56b17d61f5e /frontends | |
| parent | fd49221979ebe98369c3a30dd162403fb809d076 (diff) | |
random chapter added
Diffstat (limited to 'frontends')
| -rw-r--r-- | frontends/scripts/habit.pl | 1 |
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]; |
