From cf08643c9cb94be54cfbb461d1404308a3bf3a16 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 16 Sep 2017 18:28:38 -0300 Subject: Check for remind --- status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'status') 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 -- cgit v1.2.3