From: Alexander Barton Date: Thu, 16 Sep 2010 12:58:50 +0000 (+0200) Subject: Added support for remind(1) X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ConfigScripts.git;a=commitdiff_plain;h=a9c9b76faef09392767684a88fca8394227a9c70 Added support for remind(1) --- 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