Add URL for calendar package and adjust the calendar's trigger in _bash_profile.
authorW. Trevor King <wking@drexel.edu>
Mon, 28 Nov 2011 11:51:48 +0000 (06:51 -0500)
committerW. Trevor King <wking@drexel.edu>
Mon, 28 Nov 2011 11:51:48 +0000 (06:51 -0500)
_bash_profile

index a2b57d1693840b34fac644942ab080f84863705a..8a1064029999a373b8bb26c8e4e807bd7223ce3f 100644 (file)
@@ -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
 #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
     calendar
 fi