From: W. Trevor King Date: Mon, 28 Nov 2011 11:51:48 +0000 (-0500) Subject: Add URL for calendar package and adjust the calendar's trigger in _bash_profile. X-Git-Tag: v0.3~59 X-Git-Url: http://git.tremily.us/?p=dotfiles-framework.git;a=commitdiff_plain;h=e0818c383bf54e4756dc5a7f37840ba6eee20fdc Add URL for calendar package and adjust the calendar's trigger in _bash_profile. --- 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