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