From f67d41efb56deceb7ee274e1dbc6c3e55a442b85 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 May 2023 01:23:22 +0300 Subject: more habits --- frontends/scripts/habit.pl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'frontends/scripts') diff --git a/frontends/scripts/habit.pl b/frontends/scripts/habit.pl index 24e6adb..b7b0e85 100644 --- a/frontends/scripts/habit.pl +++ b/frontends/scripts/habit.pl @@ -33,6 +33,9 @@ our @habits = ( 'Learn/try out a new Linux/Unix command', 'Got enough vitamins?', 'Process my last (book) notes', + 'Drink tea (or an infusion)', + 'Have a positive attitute - Be solution oriented', + 'Focus on things I have under control', ); my $habit = $habits[rand @habits]; -- cgit v1.2.3