From e2347c8b2d33f3e6f08133c00d08df9ceffc024f Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 14 May 2023 22:16:19 +0300 Subject: add habits --- frontends/scripts/habit.pl | 2 ++ 1 file changed, 2 insertions(+) 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]; -- cgit v1.2.3