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.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/sh/profile.d/remind.sh b/sh/profile.d/remind.sh
deleted file mode 100644
index eec279af..00000000
--- a/sh/profile.d/remind.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-# Show reminders on login
-if command -v remind >/dev/null 2>&1 && [ -r "$HOME"/.reminders ] ; then
- printf '\n'
- remind -q "$HOME"/.reminders | sed 's/^/* /'
-fi
-