diff options
| author | Paul Buetow <paul@buetow.org> | 2023-05-06 01:23:22 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-05-06 01:23:22 +0300 |
| commit | f67d41efb56deceb7ee274e1dbc6c3e55a442b85 (patch) | |
| tree | f5cffa4178b1f4340565ea7de6a4f207ea70da9a | |
| parent | 4800785862c62230618a5bdeb4cf5eab2879474b (diff) | |
more habits
| -rw-r--r-- | frontends/scripts/habit.pl | 3 |
1 files changed, 3 insertions, 0 deletions
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]; |
