]> arthur.barton.de Git - ConfigScripts.git/commitdiff
Reminders: Show them all 60 minutes, not every minute! Argl.
authorAlexander Barton <alex@barton.de>
Fri, 18 Apr 2014 14:21:30 +0000 (16:21 +0200)
committerAlexander Barton <alex@barton.de>
Fri, 18 Apr 2014 14:21:30 +0000 (16:21 +0200)
sys/profile

index 01251efa136f25683d0b3b3dce6491651d8dbaba..6cba9f478dfbe47a0847cf84cb147bb7c83ff800 100644 (file)
@@ -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