summaryrefslogtreecommitdiff
path: root/etc/profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/profile')
-rw-r--r--etc/profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/profile b/etc/profile
index 88ba6a4..07e7644 100644
--- a/etc/profile
+++ b/etc/profile
@@ -7,6 +7,6 @@ if (( ZPROFILE == 0 )) {
ZPROFILE=1
} else {
check_com -c todo && gtd-todo
- calendar
+ check_com -f calendar && [[ -r ~/stuff/calendar ]] && calendar
unset ZPROFILE
}