From a9c9b76faef09392767684a88fca8394227a9c70 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Thu, 16 Sep 2010 14:58:50 +0200 Subject: [PATCH] Added support for remind(1) --- sys/profile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sys/profile b/sys/profile index e673b01..546f0ac 100644 --- a/sys/profile +++ b/sys/profile @@ -112,6 +112,13 @@ fi && PS1="<$ME> # " \ || PS1="<$ME> \$ " +# remind(1) +type -p remind >/dev/null 2>&1 +if [ $? -eq 0 -a -r ~/.remind ]; then + remind -h -g -t5 .remind | grep "^[0-9]" + [ $? -eq 0 ] && echo +fi + # bash-specific initialization [ "$BASH" -a -z "$BASHRCREAD" -a -r /etc/bash.bashrc ] \ && source /etc/bash.bashrc -- 2.39.2