aboutsummaryrefslogtreecommitdiff
path: root/status
diff options
context:
space:
mode:
Diffstat (limited to 'status')
-rwxr-xr-xstatus2
1 files changed, 1 insertions, 1 deletions
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