From 3ac50ee3f009f53ab7863fae42419501a4396b41 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 7 Jan 2009 16:26:36 +0100 Subject: profile: Fixed typo in check_com --- etc/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') 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 } -- cgit v1.2.3