aboutsummaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
Diffstat (limited to 'sh')
-rw-r--r--sh/profile.d/remind.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/sh/profile.d/remind.sh b/sh/profile.d/remind.sh
new file mode 100644
index 00000000..1c92b584
--- /dev/null
+++ b/sh/profile.d/remind.sh
@@ -0,0 +1,6 @@
+# Show reminders on login
+if command -v remind >/dev/null 2>&1 && [ -f "$HOME"/.reminders ] ; then
+ printf '\n'
+ remind "$HOME"/.reminders
+fi
+