From: Alexander Barton Date: Fri, 18 Apr 2014 14:21:30 +0000 (+0200) Subject: Reminders: Show them all 60 minutes, not every minute! Argl. X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45c7d5aba35dac82e5255db841e21a51ceb95d93;p=ConfigScripts.git Reminders: Show them all 60 minutes, not every minute! Argl. --- 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