From 0d61990ee6b9d5d39cf06b9cb4c9e3152aacc4f0 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 20 Oct 2008 22:27:26 +0200 Subject: Replaced gtd function by aliases for now --- etc/alias/short | 3 +++ 1 file changed, 3 insertions(+) (limited to 'etc/alias/short') diff --git a/etc/alias/short b/etc/alias/short index b5021b5..58ed224 100644 --- a/etc/alias/short +++ b/etc/alias/short @@ -32,6 +32,9 @@ alias gits='git status' alias git-grep='grep --exclude-dir=.git -r' alias git-serve='git-daemon --verbose --export-all --base-path=. .' +alias gtd-todo='todo --database ~/var/gtd/todo' +alias gtd-wait='todo --database ~/var/gtd/waiting-for' + ## Mercurial (hg) alias hga='hg add' alias hgar='hg addremove' -- cgit v1.2.3