Skip to content

Commit

Permalink
Remove reminder for setting chat location
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Killian committed Jun 13, 2022
1 parent 7528083 commit 15359ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crontab/crontab
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
0 * * * * /usr/local/bin/fd . '/Users/forkmantis/.talon/recordings' --changed-before 1h --print0 | /usr/bin/xargs -0 rm
0 4 * * * /usr/local/bin/todo.sh add "(A) Take Vitamins @home"
1 4 * * 1-5 /usr/local/bin/todo.sh add "(A) Set chat status location @work"
#2 4 * * 1-6 /Users/forkmantis/dotfiles/bin/todorehab
3 4 * * 1-6 /usr/local/bin/todo.sh add "(W) wod: Original Strength 10"
4 4 * * 1 /usr/local/bin/todo.sh add "(A) Add software quote of the week @work"
5 4 * * 1 while read p; do /usr/local/bin/todo.sh add "(T) Check in with +$p @work"; done </Users/forkmantis/.checkins
5 4 * * 1 while read p; do /usr/local/bin/todo.sh add "(T) Check in with +$p @work"; done <~/.checkins
7 4 * * 1 /usr/local/bin/todo.sh add "(A) Buy https://holub.com/reading/ book https://hops.hcss.com/forms/continuous-learning-fund-form/ @work"
10 4 * * 4 /usr/local/bin/todo.sh add "(W) wod: Loaded Walk"
11 4 * * 1 /usr/local/bin/todo.sh add "(A) Get Better course https://thehub.hcss.com/learn/course/1489/play"
Expand Down

0 comments on commit 15359ca

Please sign in to comment.