From e0818c383bf54e4756dc5a7f37840ba6eee20fdc Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 28 Nov 2011 06:51:48 -0500 Subject: [PATCH] Add URL for calendar package and adjust the calendar's trigger in _bash_profile. --- _bash_profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_bash_profile b/_bash_profile index a2b57d1..8a10640 100644 --- a/_bash_profile +++ b/_bash_profile @@ -18,6 +18,7 @@ fi #exec screen -R # automatically attach to first detached session if it exists # print my calendar if I've configured it -if [ -e ~/.calendar ]; then +# http://bsdcalendar.sourceforge.net/ (Gentoo: app-misc/calendar) +if [ -f ~/.calendar/calendar ]; then calendar fi -- 2.26.2