aboutsummaryrefslogtreecommitdiff
path: root/sh/profile.d
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-02-05 16:11:48 +1300
committerTom Ryder <tom@sanctum.geek.nz>2014-02-05 16:11:48 +1300
commit9c40ee5b374a8939c0a6483b61d9601f3b0c66a2 (patch)
tree80c65568005eee8bb25a1237e6eaeb049421b856 /sh/profile.d
parentDeclare vars as integers in prompt (diff)
downloaddotfiles-9c40ee5b374a8939c0a6483b61d9601f3b0c66a2.tar.gz
dotfiles-9c40ee5b374a8939c0a6483b61d9601f3b0c66a2.zip
Trying out Wyrd, moving away from Google Calendar
Configuration is not much more than the stock Debian one at the moment
Diffstat (limited to 'sh/profile.d')
-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
+