aboutsummaryrefslogtreecommitdiff
path: root/sh/profile.d/remind.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sh/profile.d/remind.sh')
-rw-r--r--sh/profile.d/remind.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/profile.d/remind.sh b/sh/profile.d/remind.sh
index e3c82e40..eec279af 100644
--- a/sh/profile.d/remind.sh
+++ b/sh/profile.d/remind.sh
@@ -1,5 +1,5 @@
# Show reminders on login
-if command -v remind >/dev/null 2>&1 && [ -f "$HOME"/.reminders ] ; then
+if command -v remind >/dev/null 2>&1 && [ -r "$HOME"/.reminders ] ; then
printf '\n'
remind -q "$HOME"/.reminders | sed 's/^/* /'
fi