From 9c40ee5b374a8939c0a6483b61d9601f3b0c66a2 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 5 Feb 2014 16:11:48 +1300 Subject: Trying out Wyrd, moving away from Google Calendar Configuration is not much more than the stock Debian one at the moment --- sh/profile.d/remind.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sh/profile.d/remind.sh (limited to 'sh/profile.d') 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 + -- cgit v1.2.3