From ec6c924f8791926693a515524b27eb805be50f63 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 21 Nov 2009 23:20:29 +0100 Subject: Remove check_com function --- etc/login | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/login') diff --git a/etc/login b/etc/login index 0618561..0fb05ca 100644 --- a/etc/login +++ b/etc/login @@ -1,4 +1,4 @@ ## vim:ft=zsh -check_com -c todo && [[ -r ~/var/gtd/todo ]] && gtd-todo -check_com -c calendar && [[ -r ~/stuff/calendar ]] && calendar +[[ -n $commands[todo] ]] && [[ -r ~/var/gtd/todo ]] && gtd-todo +[[ -n $commands[calendar] ]] && [[ -r ~/stuff/calendar ]] && calendar true -- cgit v1.2.3