summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-05-14 22:16:19 +0300
committerPaul Buetow <paul@buetow.org>2023-05-14 22:16:19 +0300
commite2347c8b2d33f3e6f08133c00d08df9ceffc024f (patch)
tree3a692b8750b2157bef2075eea9e1efffebe7f88f
parentb54291a998b2dd7f18d115f7e520b71a0dd4fa99 (diff)
add habits
-rw-r--r--frontends/scripts/habit.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontends/scripts/habit.pl b/frontends/scripts/habit.pl
index 2e7e363..b484aa0 100644
--- a/frontends/scripts/habit.pl
+++ b/frontends/scripts/habit.pl
@@ -9,6 +9,7 @@ use Acme::Cow;
our @habits = (
'Do Push-ups',
'Do Yoga Wheel',
+ 'Do Yoga Bridge',
'Do Yoga Cro',
'Do Yoga Downward Facing Dog',
'Do Yoga Warrior 3',
@@ -39,6 +40,7 @@ our @habits = (
'Focus on things I have under control',
'Listen to a random 101 chapter today',
'Read my Gemini subscriptions',
+ 'Write down 10 ideas (weird and non-weird)',
);
my $habit = $habits[rand @habits];