summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-01-07 16:26:36 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2009-01-07 16:26:36 +0100
commit3ac50ee3f009f53ab7863fae42419501a4396b41 (patch)
treeb16577e844c948df02334f0cfe03e060716b91cd
parente830a28a67b8b0ad7dc722938379300b46ecc9c9 (diff)
profile: Fixed typo in check_com
-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
}