From 1a6973ca212784d7a4777bedc978876c329637c9 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 10 Feb 2014 10:43:26 +1300 Subject: Put asterisks in front of each remind(1) item Just for readability to distinguish it from the rest of my login spiel. There might be a way to do this with remind(1) itself, but this will work OK. --- sh/profile.d/remind.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sh') diff --git a/sh/profile.d/remind.sh b/sh/profile.d/remind.sh index d0a18a5d..e3c82e40 100644 --- a/sh/profile.d/remind.sh +++ b/sh/profile.d/remind.sh @@ -1,6 +1,6 @@ # Show reminders on login if command -v remind >/dev/null 2>&1 && [ -f "$HOME"/.reminders ] ; then printf '\n' - remind -q "$HOME"/.reminders + remind -q "$HOME"/.reminders | sed 's/^/* /' fi -- cgit v1.2.3