aboutsummaryrefslogtreecommitdiff
path: root/sh/profile.d/remind.sh
blob: bb7dabeb23708df4837c20ef495e6118be5b4c2c (plain) (blame)
1
2
3
4
5
6
# Show reminders on login
if command -v remind >/dev/null 2>&1 && [ -f "$HOME"/.reminders ] ; then
    printf '\n'
    remind "$HOME"/.reminders | sed /^$/d
fi