aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xstatus2
1 files changed, 1 insertions, 1 deletions
diff --git a/status b/status
index 3ac97d8..5e647d9 100755
--- 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