From 9d78b3b9a11d91b9f0188287b87a09756ac5b08c Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 23 Mar 2010 13:35:50 +0100 Subject: Don't show gtd-todo in .zlogin, it's too slow --- etc/login | 4 ---- helpers/info | 5 +++++ links | 1 - 3 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 etc/login create mode 100755 helpers/info diff --git a/etc/login b/etc/login deleted file mode 100644 index 0fb05ca..0000000 --- a/etc/login +++ /dev/null @@ -1,4 +0,0 @@ -## vim:ft=zsh -[[ -n $commands[todo] ]] && [[ -r ~/var/gtd/todo ]] && gtd-todo -[[ -n $commands[calendar] ]] && [[ -r ~/stuff/calendar ]] && calendar -true diff --git a/helpers/info b/helpers/info new file mode 100755 index 0000000..452e64e --- /dev/null +++ b/helpers/info @@ -0,0 +1,5 @@ +#!/usr/bin/env zsh +[[ -n $commands[todo] ]] && [[ -r ~/var/gtd/todo ]] && \ + todo --database /home/derf/var/gtd/todo +[[ -n $commands[calendar] ]] && [[ -r ~/stuff/calendar ]] && calendar +true diff --git a/links b/links index 18ca25a..1bb1b37 100644 --- a/links +++ b/links @@ -1,5 +1,4 @@ soft .zshrc $etc/rc soft .zprofile $etc/profile -soft .zlogin $etc/login soft .zlogout $etc/logout soft .zshenv $etc/env -- cgit v1.2.3