summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-12-20 21:39:57 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2008-12-20 21:39:57 +0100
commit2f4284cf1f83710dcafb3a3bf926bf8aab90c377 (patch)
tree1b8253abfc273306f923b31330c2fab8b28ee09e
parent10bf0631361da78a84ff90b0221c76c0ddfc8638 (diff)
profile: Use check_com -c
-rw-r--r--etc/profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/profile b/etc/profile
index 2ce3948..88ba6a4 100644
--- a/etc/profile
+++ b/etc/profile
@@ -6,7 +6,7 @@ if (( ZPROFILE == 0 )) {
[[ -r $HOME/packages/zsh/etc/local-profile ]] && source $HOME/packages/zsh/etc/local-profile
ZPROFILE=1
} else {
- check_com todo && gtd-todo
+ check_com -c todo && gtd-todo
calendar
unset ZPROFILE
}