]> gitweb.fluxo.info Git - scripts.git/commitdiff
Be case insensitive for empty reminders result check
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 26 May 2018 19:32:18 +0000 (16:32 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 26 May 2018 19:32:18 +0000 (16:32 -0300)
status

diff --git a/status b/status
index 3ac97d8cdf75834a216dfcee1334c09c2f15f49c..5e647d9ac5ca8ad3c76a97e69759f3dda7c066f1 100755 (executable)
--- a/status
+++ b/status
@@ -72,7 +72,7 @@ function status_run {
 
     # Check your reminders
     if which remind &> /dev/null && [ -e "$HOME/.reminders" ]; then
-      remind ~/.reminders | grep -v '^No reminders.$'# | tr '[:upper:]' '[:lower:]'
+      remind ~/.reminders | grep -iv '^no reminders.$' # | tr '[:upper:]' '[:lower:]'
     fi
 
     # Update your mrconfig and check all registered repositories