From 69dabe5a87f556505b6dd05ea2250df293b4889b Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 10 Jun 2015 10:44:18 +1200 Subject: Instate .bash_profile.d Stuff that prints messages really only needs to be done for my primary login shell --- sh/profile.d/remind.sh | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 sh/profile.d/remind.sh (limited to 'sh/profile.d/remind.sh') 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 - -- cgit v1.2.3