# HG changeset patch # User Steve Losh # Date 1264083242 18000 # Node ID 2eeb73d76fc887b1c6d8e0a5888204026bd5daf9 # Parent a6529ce02d8b6fc2848ac2b3c7255f6d1d2b097d Add the d alias. diff -r a6529ce02d8b -r 2eeb73d76fc8 zsh/tasks.zsh --- a/zsh/tasks.zsh Thu Jan 21 08:42:06 2010 -0500 +++ b/zsh/tasks.zsh Thu Jan 21 09:14:02 2010 -0500 @@ -5,6 +5,7 @@ alias g='~/lib/t/t.py --task-dir="~/Dropbox/tasks" --list=groceries.txt' alias k='~/lib/t/t.py --task-dir="~/Dropbox/tasks" --list=books.txt' alias p='~/lib/t/t.py --task-dir="~/Dropbox/tasks" --list=pack.txt' +alias d='~/lib/t/t.py --task-dir="~/Desktop" --list=todo.txt --delete-if-empty' alias b='~/lib/t/t.py --list=bugs' alias pa='~/lib/t/t.py --task-dir="~/Dropbox/tasks" --list=pack-archive'