projects
/
dotfiles-framework.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aec9a6f
)
Add URL for calendar package and adjust the calendar's trigger in _bash_profile.
author
W. Trevor King
<wking@drexel.edu>
Mon, 28 Nov 2011 11:51:48 +0000
(06:51 -0500)
committer
W. Trevor King
<wking@drexel.edu>
Mon, 28 Nov 2011 11:51:48 +0000
(06:51 -0500)
_bash_profile
patch
|
blob
|
history
diff --git
a/_bash_profile
b/_bash_profile
index a2b57d1693840b34fac644942ab080f84863705a..8a1064029999a373b8bb26c8e4e807bd7223ce3f 100644
(file)
--- 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