From 7088a7a63df1af6c62a56388539e068222b9c62d Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 18 Dec 2008 08:48:24 +0100 Subject: profile: Check todo command before calling gtd-later --- etc/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/profile b/etc/profile index cf8495b..2ce3948 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 { - gtd-todo + check_com todo && gtd-todo calendar unset ZPROFILE } -- cgit v1.2.3