From 2f4284cf1f83710dcafb3a3bf926bf8aab90c377 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 20 Dec 2008 21:39:57 +0100 Subject: profile: Use check_com -c --- etc/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- cgit v1.2.3