From 45c7d5aba35dac82e5255db841e21a51ceb95d93 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Fri, 18 Apr 2014 16:21:30 +0200 Subject: [PATCH] Reminders: Show them all 60 minutes, not every minute! Argl. --- sys/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/profile b/sys/profile index 01251ef..6cba9f4 100644 --- a/sys/profile +++ b/sys/profile @@ -152,7 +152,7 @@ type tset >/dev/null 2>&1 && eval `tset -s -Q` || PS1="<$HOSTNAME> \$ " # Reminders (once every 60 minutes) -if [ -z `find ~/.last_reminder -mmin 1 2>/dev/null` ]; then +if [ -z `find ~/.last_reminder -mmin -60 2>/dev/null` ]; then [ -e ~/.ConfigScripts.debug ] && echo " - Reminders ..." type icalBuddy >/dev/null 2>&1 if [ $? -eq 0 -a "$LOGNAME" != "root" ]; then -- 2.39.2