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 1c92b584..bb7dabeb 100644
--- a/sh/profile.d/remind.sh
+++ b/sh/profile.d/remind.sh
@@ -1,6 +1,6 @@
# Show reminders on login
if command -v remind >/dev/null 2>&1 && [ -f "$HOME"/.reminders ] ; then
printf '\n'
- remind "$HOME"/.reminders
+ remind "$HOME"/.reminders | sed /^$/d
fi