From: Silvio Rhatto Date: Sat, 16 Sep 2017 21:28:38 +0000 (-0300) Subject: Check for remind X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=cf08643c9cb94be54cfbb461d1404308a3bf3a16;p=scripts.git Check for remind --- diff --git a/status b/status index a2128c7..f40980f 100755 --- a/status +++ b/status @@ -71,7 +71,7 @@ function status_run { cd # Check your reminders - if [ -e "$HOME/.reminders" ]; then + if which remind &> /dev/null && [ -e "$HOME/.reminders" ]; then remind ~/.reminders | grep -v '^No reminders.$' fi