aboutsummaryrefslogtreecommitdiff
path: root/sh/profile.d/remind.sh
Commit message (Collapse)AuthorAgeFilesLines
* Port all bash_profile.d scripts to POSIX shTom Ryder2016-08-201-0/+19
| | | | | Also require flag files in ~/.welcome for displaying or not displaying login stuff
* Instate .bash_profile.dTom Ryder2015-06-101-6/+0
| | | | | Stuff that prints messages really only needs to be done for my primary login shell
* Use -r test consistently rather than -fTom Ryder2014-02-101-1/+1
| | | | Implicitly check whether file exists and is legible
* Put asterisks in front of each remind(1) itemTom Ryder2014-02-101-1/+1
| | | | | | 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.
* Don't background remind(1) for timed remindersTom Ryder2014-02-101-1/+1
| | | | | I might want this eventually, but for the moment I'm only using remind(1) for my daily login shell
* No longer need to strip newlines from remindersTom Ryder2014-02-101-1/+1
| | | | | Turns out ending a reminder line with % prevents it adding a newline, so I don't need sed(1) to do that now
* Add remind scriptTom Ryder2014-02-071-1/+1
| | | | | Need to work out if the sed(1) call is actually required, or if remind(1) does actually allow controlling the format of output at all
* Trying out Wyrd, moving away from Google CalendarTom Ryder2014-02-051-0/+6
Configuration is not much more than the stock Debian one at the moment